Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser events.
|
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 |
---|---|
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
com.teamdev.jxbrowser.ui.internal.rpc.Color instance built from the
current state of this builder. |