Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
com.teamdev.jxbrowser.js |
This package provides classes that allow you to work with the JavaScript to Java bridge.
|
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 |
Engine
Provides access to the Chromium engine functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsPromise
A JavaScript
Promise . |