Skip navigation links
org.netbeans.modules.editor.lib2/1 2.44.0 55
A B C D E F G H I L M N O P R S T U V W Z 

N

navigateBack() - Method in class org.netbeans.api.editor.NavigationHistory
Change selected waypoint by moving pointer to previous waypoint
navigateFirst() - Method in class org.netbeans.api.editor.NavigationHistory
Change selected waypoint by moving pointer to first waypoint
navigateForward() - Method in class org.netbeans.api.editor.NavigationHistory
Change selected waypoint by moving pointer to next waypoint
navigateLast() - Method in class org.netbeans.api.editor.NavigationHistory
Change selected waypoint by moving pointer to last waypoint
navigateTo(NavigationHistory.Waypoint) - Method in class org.netbeans.api.editor.NavigationHistory
Change selected waypoint by moving pointer to waypoint in parameter
NavigationFilterBypass - Class in org.netbeans.spi.editor.caret
Enhanced FilterBypass which understands multicaret.
NavigationFilterBypass() - Constructor for class org.netbeans.spi.editor.caret.NavigationFilterBypass
 
NavigationHistory - Class in org.netbeans.api.editor
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 - Class in org.netbeans.api.editor
 
NO_ICON_IN_MENU - Static variable in class org.netbeans.spi.editor.AbstractEditorAction
Key of Boolean property which determines whether icon of this action should be displayed in menu (false or unset) or not (true).
NO_KEY_BINDING - Static variable in class org.netbeans.spi.editor.AbstractEditorAction
Key of Boolean property which determines if this action should be displayed in key binding customizer (false or unset) or not (true).
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links
org.netbeans.modules.editor.lib2/1 2.44.0 55