Package | Description |
---|---|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
Modifier and Type | Method and Description |
---|---|
EditorCommand.Name |
EditorCommand.name()
Returns the
Name of the command. |
static EditorCommand.Name |
EditorCommand.Name.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditorCommand.Name[] |
EditorCommand.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Frame.isCommandEnabled(EditorCommand.Name commandName)
Returns
true if the command with the given commandName can be executed in the
frame. |