| 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 | 
|---|---|
HighlightLayer | 
BasicEditorPane.createHighlightLayer()
Creates a new highlight layer that can be used for highlighting
 text in this editor pane. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.Iterator<HighlightLayer> | 
BasicEditorPane.getHighlightLayers()
Fetches an iterator to access the highlight layers associated
 with this editor pane. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EditorSelectionWrap.clearSelectionHighlights(HighlightLayer selectionLayer)  | 
void | 
EditorSelectionColumns.clearSelectionHighlights(HighlightLayer selectionLayer)  | 
void | 
EditorSelection.clearSelectionHighlights(HighlightLayer selectionLayer)
Clear the selection by removing any selection highlighting and permorming any other
 internal clear operations. 
 | 
void | 
BasicEditorPane.destroyHighlightLayer(HighlightLayer layer)
Destroys a highlight layer that is no longer needed. 
 | 
void | 
EditorSelectionWrap.updateSelectionHighlight(HighlightLayer layer,
                        HighlightStyle caretStyle)  | 
void | 
EditorSelectionColumns.updateSelectionHighlight(HighlightLayer layer,
                        HighlightStyle caretStyle)  | 
void | 
EditorSelection.updateSelectionHighlight(HighlightLayer layer,
                        HighlightStyle caretStyle)
Update the Editors selection highlight layer in response to a possible change
 in selection 
 |