Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
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.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.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 |
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 |
Audio
Allows controlling audio on the loaded web page 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 |
ZoomLevels
Allows configuring the default zoom level and receive notifications about zoom changes.
|