| Package | Description |
|---|---|
| com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
| Modifier and Type | Method and Description |
|---|---|
Theme |
Engine.theme()
Returns the current Chromium theme.
|
static Theme |
Theme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Theme[] |
Theme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.setTheme(Theme theme)
Updates the Chromium theme.
|