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. |
oracle.javatools.ui.overview |
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.
|
class |
BasicEditorOverviewMark
An object to store a range of offsets that will appear in the BasicEditorOverview as a colored area indicating
the location of the offsets in the complete file.
|
Modifier and Type | Method and Description |
---|---|
int |
BasicEditorOverviewMark.compareTo(OverviewMark o) |
Modifier and Type | Class and Description |
---|---|
class |
Overview<T extends java.lang.Number,M extends OverviewMark<T>>
A class to create and manage an Overview component.
|
interface |
OverviewListener<M extends OverviewMark>
A listener to be notified when an OverviewMark is added or removed from an Overview.
|
interface |
OverviewTipProvider<M extends OverviewMark>
Allows clients to create content for tips that are displayed when the mouse
hovers over a mark or marks in an Overview.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOverviewMark<T extends java.lang.Number>
A simple implementation of an OverviewMark that stores location and color.
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultOverviewMark.compareTo(OverviewMark o) |