| 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 | 
|---|---|
class  | 
EditorSelectionColumns
A EditorSelection that selects by column blocks. 
 | 
class  | 
EditorSelectionWrap
An EditorSelection supporting the standard type of selection familiar to most users. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EditorSelection | 
BasicCaret.getEditorSelection()
The caret can work with different types of selection models. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BasicCaret.setEditorSelection(EditorSelection newEditorSelection)
Change the selection model used by this caret. 
 |