Class | Description |
---|---|
DialogBinding | |
EditorActionNames |
Names of common editor actions.
|
EditorRegistry |
Registry maintaining
JTextComponent s 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 | |
StickyWindowSupport |
Support for Sticky Windows in the editor.
|
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. |