Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
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.permission |
This package provides classes that allow you to work with permissions.
|
com.teamdev.jxbrowser.plugin |
Contains classes and interfaces for filtering the available plugins.
|
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 |
MediaDevices
An engine service that allows accessing all the available media input devices.
|
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 |
Permissions
A service that allows managing permissions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Plugins
An engine service that provides the details about the available Chromium plugins.
|