| Class | Description |
|---|---|
| DialogBinding | |
| EditorActionNames |
Names of common editor actions.
|
| EditorRegistry |
Registry maintaining
JTextComponents in most-recently-used order. |
| EditorUtilities |
Various utility methods related to editor.
|
| NavigationHistory |
0 1 2 3 4 waypoints.size()
| W1 | W2 | W3 | W4 | W5 |
^
|
previous waypoints <- pointer -> next Waypoints
current waypoint
getPreviousWaypoints() == { W1, W2, W3 }
getNextWaypoints() == { W4, W5 }
navigateBack() == W3, moves pointer one position left
navigateForward() == W4, moves pointer one position right
|
| NavigationHistory.Waypoint |
| Annotation Type | Description |
|---|---|
| EditorActionRegistration |
Registration of an editor action so that it's automatically added into the list
of editor actions even without being explicitly created by
BaseKit.createActions(). |
| EditorActionRegistrations |
Annotation allowing to annotate one action class by multiple
EditorActionRegistration annotations. |
Built on May 26 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.