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 contains classes, that allow managing the screencast process.
This package provides the classes that allow you to manage downloads.
This package provides the classes that allow you to work with engines.
This package provides the classes that allow you to work with Chrome extensions.
This package provides the classes that allow managing the fullscreen mode
in the browser.
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 TypeInterfaceDescriptioninterfaceA 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 TypeInterfaceDescriptioninterfaceProvides access to the Chromium engine functionality. -
Uses of Observable in com.teamdev.jxbrowser.extensions
Subinterfaces of Observable in com.teamdev.jxbrowser.extensionsModifier and TypeInterfaceDescriptioninterfaceAn extension action.interfaceA service for working with Chrome extensions. -
Uses of Observable in com.teamdev.jxbrowser.fullscreen
Subinterfaces of Observable in com.teamdev.jxbrowser.fullscreenModifier and TypeInterfaceDescriptioninterfaceThe 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 TypeInterfaceDescriptioninterfaceAllows 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 TypeInterfaceDescriptioninterfaceA 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 TypeInterfaceDescriptioninterfacePrintJob<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 TypeInterfaceDescriptioninterfaceAllows configuring the default zoom level and receive notifications about zoom changes.