Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
com.teamdev.jxbrowser.ui |
The utility classes for the user interface (UI) related functionality.
|
Modifier and Type | Method and Description |
---|---|
Color |
BrowserSettings.defaultBackgroundColor()
Returns the default background color of the web pages loaded in the browser instance
associated with these settings.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowserSettings.defaultBackgroundColor(Color color)
Sets the default background color of the web pages loaded in the browser instance associated
with these settings.
|
Modifier and Type | Method and Description |
---|---|
default Color |
SelectColorCallback.Params.defaultColor()
Returns the default color value.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectColorCallback.Action.select(Color color)
Notifies the browser that the user has selected a color.
|
Modifier and Type | Method and Description |
---|---|
static EditorCommand |
EditorCommand.backgroundColor(Color color)
Returns a command that allows setting the given background
color for the selected
text in a WYSIWYG editor. |
static EditorCommand |
EditorCommand.foregroundColor(Color color)
Returns a command that allows setting the given foreground
color for the selected
text in a WYSIWYG editor. |
Modifier and Type | Method and Description |
---|---|
Color |
Color.Builder.build()
Returns a new
Color instance built from the
current state of this builder. |
static Color |
Color.rgb(float red,
float green,
float blue)
Creates a new
Color instance from the passed RGB values with opacity (alpha)
channel set to 1 (non-transparent). |
static Color |
Color.rgba(float red,
float green,
float blue,
float alpha)
Creates a new
Color instance from the passed RGBA values. |