Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.capture |
Provides interfaces and classes for the browser content capture.
|
com.teamdev.jxbrowser.cast | |
com.teamdev.jxbrowser.download |
This package provides the classes that allow you to manage downloads.
|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
com.teamdev.jxbrowser.fullscreen | |
com.teamdev.jxbrowser.media |
Provides interfaces and classes for working with media content and devices.
|
com.teamdev.jxbrowser.navigation |
Contains classes and interfaces for working with navigation.
|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.print |
Contains classes and interfaces for printing.
|
com.teamdev.jxbrowser.zoom |
This package contains the classes and interfaces for working with zoom on the web pages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Browser
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CaptureSession
A browser capture session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CastSession
A session of casting media content to a media receiver.
|
interface |
CastSessions
|
interface |
MediaReceiver
A media receiver to which media content can be cast.
|
interface |
MediaReceivers
A service that allows observing media receivers in the environment.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Download
A download activity.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Engine
Provides access to the Chromium engine functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FullScreen
The fullscreen mode of the elements on the page.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Audio
Allows controlling audio for this Browser instance and receive notifications when audio has been
started or stopped playing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Navigation
Allows loading resources in the browser instance and working with the navigation history.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Network
A service that provides access to the network-level functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PrintJob<PrintSettingT extends PrintSettings>
A printing operation that is currently in-progress.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ZoomLevels
Allows configuring the default zoom level and receive notifications about zoom changes.
|