| 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 | Class and Description | 
|---|---|
static class  | 
BasicEditorKit.BackwardAction
The  
BackwardAction implementation of the action for
 moving the caret logically backward one position, possibly
 extending the selection. | 
static class  | 
BasicEditorKit.BeginAction
The  
BeginAction implementation of the action for
 moving the caret to the begining of the document, possibly
 extending the selection. | 
static class  | 
BasicEditorKit.BeginLineAction
The  
BeginLineAction implementation of the action for
 moving the caret to the begining of a line, possibly extending
 the selection. | 
static class  | 
BasicEditorKit.BeginWordAction
The  
BeginWordAction implementation of the action for
 moving the caret to the begining of a word, possibly extending
 the selection. | 
static class  | 
BasicEditorKit.DownAction
The  
DownAction implementation of the action for
 moving the caret logically down one position, possibly
 extending the selection. | 
static class  | 
BasicEditorKit.EndAction
The  
EndAction implementation of the action for
 moving the caret to the begining of the document, possibly
 extending the selection. | 
static class  | 
BasicEditorKit.EndLineAction
The  
EndLineAction implementation of the action for
 moving the caret to the end of a line, possibly extending the
 selection. | 
static class  | 
BasicEditorKit.EndWordAction
The  
EndWordAction implementation of the action for
 moving the caret to the end of a word, possibly extending the
 selection. | 
static class  | 
BasicEditorKit.ForwardAction
The  
ForwardAction implementation of the action for
 moving the caret logically forward one position, possibly
 extending the selection. | 
static class  | 
BasicEditorKit.NextWordAction
The  
NextWordAction implementation of the action for
 moving the caret to the next occurrence of a word start or end,
 possibly extending the selection. | 
static class  | 
BasicEditorKit.PageDownAction
The  
PageDownAction implementation of the action to
 page down vertically, and possibly move the selection. | 
static class  | 
BasicEditorKit.PageUpAction
The  
PageUpAction implementation of the action to
 page up vertically, and possibly move the selection. | 
static class  | 
BasicEditorKit.PreviousWordAction
The  
PreviousWordAction implementation of the action
 for moving the caret to the previous occurrence of a word start
 or end, possibly extending the selection. | 
static class  | 
BasicEditorKit.UpAction
The  
UpAction implementation of the action for
 moving the caret logically up one position, possibly
 extending the selection. |