| 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 |
| Class and Description |
|---|
| Overview
A class to create and manage an Overview component.
|
| OverviewMark
Marks indicate the position of a location in an Overview by the appearance of a colored
strip stretching between start and end location.
|
| OverviewMarkRenderingHints
OverviewMark implementations can also implement this interface to hint to the renderer how
to draw a type of mark.
|
| OverviewMarkRenderingHints.Hint |
| Class and Description |
|---|
| Overview
A class to create and manage an Overview component.
|
| Overview.Orientation
The direction of the Overview.
|
| OverviewListener
A listener to be notified when an OverviewMark is added or removed from an Overview.
|
| OverviewMark
Marks indicate the position of a location in an Overview by the appearance of a colored
strip stretching between start and end location.
|
| OverviewMarkRenderingHints.Hint |
| OverviewStatus
An OverviewStatus is a special indicator mark that can appear at the start of an Overview to give
a summary of the overall state of the overview.
|
| OverviewTipProvider
Allows clients to create content for tips that are displayed when the mouse
hovers over a mark or marks in an Overview.
|
| OverviewTipProvider.Orientation |