Package | Description |
---|---|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
Modifier and Type | Method and Description |
---|---|
EngineOptions |
EngineOptions.Builder.build()
Creates an
EngineOptions instance. |
EngineOptions |
Engine.options()
Returns the options the current engine was initialized with.
|
Modifier and Type | Method and Description |
---|---|
static Engine |
Engine.newInstance(EngineOptions options)
Initializes and runs the Chromium engine with the given
options . |