| 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 | Method and Description | 
|---|---|
TextTabber.InvalidRangeAction | 
TextTabber.getInvalidRangeAction()  | 
static TextTabber.InvalidRangeAction | 
TextTabber.InvalidRangeAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static TextTabber.InvalidRangeAction[] | 
TextTabber.InvalidRangeAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TextTabber.setInvalidRangeAction(TextTabber.InvalidRangeAction invalidRangeAction)
The action to take when the TextTabber discovers a change in the document 
 that makes at least one range invalid (e.g. 
 |