Uses of Class
org.eclipse.gef.KeyStroke
-
Packages that use KeyStroke Package Description org.eclipse.gef All interfaces, base types, and the plugin class are here. -
-
Uses of KeyStroke in org.eclipse.gef
Methods in org.eclipse.gef that return KeyStroke Modifier and Type Method Description static KeyStrokeKeyStroke. getPressed(char character, int stateMask)Constructs a KeyStroke that will match the givenKeyEvent.characterandKeyEvent.stateMaskduring a press event.static KeyStrokeKeyStroke. getPressed(char character, int keyCode, int stateMask)Constructs a KeyStroke that will match the givenKeyEvent.character,KeyEvent.keyCode, andKeyEvent.stateMaskduring a press event.static KeyStrokeKeyStroke. getPressed(int keyCode, int stateMask)Constructs a KeyStroke that will match the givenKeyEvent.keyCodeandKeyEvent.stateMaskduring a press event.static KeyStrokeKeyStroke. getReleased(char character, int stateMask)Constructs a KeyStroke that will match the givenKeyEvent.characterandKeyEvent.stateMaskduring a release event.static KeyStrokeKeyStroke. getReleased(char character, int keyCode, int stateMask)Constructs a KeyStroke that will match the givenKeyEvent.character,KeyEvent.keyCode, andKeyEvent.stateMaskduring a release event.static KeyStrokeKeyStroke. getReleased(int keyCode, int stateMask)Constructs a KeyStroke that will match the givenKeyEvent.keyCodeandKeyEvent.stateMaskduring a release event.Methods in org.eclipse.gef with parameters of type KeyStroke Modifier and Type Method Description voidKeyHandler. put(KeyStroke keystroke, IAction action)Maps a specifiedKeyStroketo anIAction.voidKeyHandler. remove(KeyStroke keystroke)Removed a mappedIActionfor the specifiedKeyStroke.
-