| 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.engine.event |
The engine events.
|
| Modifier and Type | Method and Description |
|---|---|
Engine |
Browser.engine()
Returns the engine instance of the current browser.
|
| Modifier and Type | Method and Description |
|---|---|
static Engine |
Engine.newInstance(EngineOptions options)
Initializes and runs the Chromium engine with the given
options. |
| Modifier and Type | Method and Description |
|---|---|
Engine |
EngineEvent.engine()
Returns the
Engine instance initiated this event. |