| Interface | Description |
|---|---|
| OverviewListener<M extends OverviewMark> |
A listener to be notified when an OverviewMark is added or removed from an Overview.
|
| OverviewMark<T extends java.lang.Number> |
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.
|
| 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.
|
| Class | Description |
|---|---|
| DefaultOverviewMark<T extends java.lang.Number> |
A simple implementation of an OverviewMark that stores location and color.
|
| Overview<T extends java.lang.Number,M extends OverviewMark<T>> |
A class to create and manage an Overview component.
|
| 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.
|
| Enum | Description |
|---|---|
| Overview.Orientation |
The direction of the Overview.
|
| OverviewMarkRenderingHints.Hint | |
| OverviewTipProvider.Orientation |