Package | Description |
---|---|
org.netbeans.api.editor |
Class and Description |
---|
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 |