Uses of Interface
com.teamdev.jxbrowser.event.Observable
Packages that use Observable
Package
Description
This package provides the classes that allow you to work with browsers.
Provides interfaces and classes for the browser content capture.
This package provides the classes that allow you to manage downloads.
This package provides the classes that allow you to work with engines.
Provides interfaces and classes for working with media content and devices.
Contains classes and interfaces for working with navigation.
Contains classes and interfaces for working with network.
Contains classes and interfaces for printing.
This package contains the classes and interfaces for working with zoom on the web pages.
-
Uses of Observable in com.teamdev.jxbrowser.browser
Subinterfaces of Observable in com.teamdev.jxbrowser.browserModifier and TypeInterfaceDescriptioninterface
A web browser control that allows loading a web page or a local HTML file, accessing DOM and executing JavaScript on the loaded web page, getting notifications about loading progress, dispatching keyboard and mouse events, etc. -
Uses of Observable in com.teamdev.jxbrowser.capture
Subinterfaces of Observable in com.teamdev.jxbrowser.capture -
Uses of Observable in com.teamdev.jxbrowser.cast
Subinterfaces of Observable in com.teamdev.jxbrowser.cast -
Uses of Observable in com.teamdev.jxbrowser.download
Subinterfaces of Observable in com.teamdev.jxbrowser.download -
Uses of Observable in com.teamdev.jxbrowser.engine
Subinterfaces of Observable in com.teamdev.jxbrowser.engineModifier and TypeInterfaceDescriptioninterface
Provides access to the Chromium engine functionality. -
Uses of Observable in com.teamdev.jxbrowser.fullscreen
Subinterfaces of Observable in com.teamdev.jxbrowser.fullscreenModifier and TypeInterfaceDescriptioninterface
The fullscreen mode of the elements on the page. -
Uses of Observable in com.teamdev.jxbrowser.media
Subinterfaces of Observable in com.teamdev.jxbrowser.mediaModifier and TypeInterfaceDescriptioninterface
Allows controlling audio for this Browser instance and receive notifications when audio has been started or stopped playing. -
Uses of Observable in com.teamdev.jxbrowser.net
Subinterfaces of Observable in com.teamdev.jxbrowser.netModifier and TypeInterfaceDescriptioninterface
A service that provides access to the network-level functionality. -
Uses of Observable in com.teamdev.jxbrowser.print
Subinterfaces of Observable in com.teamdev.jxbrowser.printModifier and TypeInterfaceDescriptioninterface
PrintJob<PrintSettingT extends PrintSettings>
A printing operation that is currently in-progress. -
Uses of Observable in com.teamdev.jxbrowser.zoom
Subinterfaces of Observable in com.teamdev.jxbrowser.zoomModifier and TypeInterfaceDescriptioninterface
Allows configuring the default zoom level and receive notifications about zoom changes.