| Package | Description |
|---|---|
| oracle.javatools.editor |
The
Editor package is a basic framework for an editor
component with syntax highlighting capabilities, built on top of the
Swing text framework. |
| Modifier and Type | Field and Description |
|---|---|
protected BasicAction.MultiSelectionBehavior |
BasicAction.multiSelectionBehavior |
| Modifier and Type | Method and Description |
|---|---|
static BasicAction.MultiSelectionBehavior |
BasicAction.MultiSelectionBehavior.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BasicAction.MultiSelectionBehavior[] |
BasicAction.MultiSelectionBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BasicAction(java.lang.String actionName,
BasicAction.MultiSelectionBehavior multiSelectionBehavior) |
BasicWriteAction(java.lang.String actionName,
BasicAction.MultiSelectionBehavior multiSelectionBehavior) |
NavigateAction(java.lang.String actionName,
boolean performSelect,
BasicAction.MultiSelectionBehavior multiSelectionSupport)
Constructs this object with the appropriate action name.
|