Uses of Class
org.eclipse.gef.KeyStroke
Packages that use KeyStroke
- 
Uses of KeyStroke in org.eclipse.gefMethods in org.eclipse.gef that return KeyStrokeModifier and TypeMethodDescriptionstatic 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