| 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  | 
BasicEditorOverviewLabelMark
A form of BasicEditorOverviewMark that displays a label (text and/or icon) in the tip that appears
 when the mouse hovers over the mark. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<BasicEditorOverviewMark> | 
BasicEditorOverview.removeMarks(java.lang.Object group)
Remove a group of marks from the overview. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BasicEditorOverview.addMark(BasicEditorOverviewMark mark)  | 
void | 
BasicEditorOverview.removeMark(BasicEditorOverviewMark overviewMark)
Remove a mark from the overview. 
 |