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.
|
com.teamdev.jxbrowser.profile |
Contains interfaces for working with Chromium profiles.
|
Modifier and Type | Method and Description |
---|---|
Engine |
Browser.engine()
Returns the engine instance of the current browser.
|
Modifier and Type | Method and Description |
---|---|
Engine |
EngineService.engine()
Returns the engine of this service.
|
static Engine |
Engine.newInstance(EngineOptions options)
Initializes and runs the Chromium engine with the given
options . |
static Engine |
Engine.newInstance(RenderingMode renderingMode)
Initializes and runs the Chromium engine in the given
renderingMode . |
Modifier and Type | Method and Description |
---|---|
Engine |
EngineEvent.engine()
Returns the
Engine instance initiated this event. |
Modifier and Type | Method and Description |
---|---|
Engine |
Profile.engine()
Returns the engine for this profile.
|