Uses of Interface
com.teamdev.jxbrowser.event.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
Modifier 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
-
Uses of Observable in com.teamdev.jxbrowser.cast
-
Uses of Observable in com.teamdev.jxbrowser.download
-
Uses of Observable in com.teamdev.jxbrowser.engine
Modifier and TypeInterfaceDescriptioninterface
Provides access to the Chromium engine functionality. -
Uses of Observable in com.teamdev.jxbrowser.fullscreen
Modifier and TypeInterfaceDescriptioninterface
The fullscreen mode of the elements on the page. -
Uses of Observable in com.teamdev.jxbrowser.media
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
A service that provides access to the network-level functionality. -
Uses of Observable in com.teamdev.jxbrowser.print
Modifier and TypeInterfaceDescriptioninterface
PrintJob<PrintSettingT extends PrintSettings>
A printing operation that is currently in-progress. -
Uses of Observable in com.teamdev.jxbrowser.zoom
Modifier and TypeInterfaceDescriptioninterface
Allows configuring the default zoom level and receive notifications about zoom changes.