Uses of Class
org.scijava.input.KeyCode
-
Packages that use KeyCode Package Description org.scijava.display.event.input org.scijava.input -
-
Uses of KeyCode in org.scijava.display.event.input
Methods in org.scijava.display.event.input that return KeyCode Modifier and Type Method Description KeyCodeKyEvent. getCode()Constructors in org.scijava.display.event.input with parameters of type KeyCode Constructor Description KyEvent(Display<?> display, InputModifiers modifiers, int x, int y, char character, KeyCode code)KyPressedEvent(Display<?> display, InputModifiers modifiers, int x, int y, char character, KeyCode code)KyReleasedEvent(Display<?> display, InputModifiers modifiers, int x, int y, char character, KeyCode code)KyTypedEvent(Display<?> display, InputModifiers modifiers, int x, int y, char character, KeyCode code) -
Uses of KeyCode in org.scijava.input
Methods in org.scijava.input that return KeyCode Modifier and Type Method Description static KeyCodeKeyCode. get(char c)Gets the KeyCode corresponding to the given character, orUNDEFINEDif no such code.static KeyCodeKeyCode. get(int code)Gets the KeyCode corresponding to the given numeric code, orUNDEFINEDif no such code.static KeyCodeKeyCode. get(String name)Gets the KeyCode with the given name, orUNDEFINEDif no such code.KeyCodeAccelerator. getKeyCode()static KeyCodeKeyCode. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyCode[]KeyCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.scijava.input with parameters of type KeyCode Modifier and Type Method Description booleanDefaultInputService. isKeyDown(KeyCode code)booleanInputService. isKeyDown(KeyCode code)Constructors in org.scijava.input with parameters of type KeyCode Constructor Description Accelerator(KeyCode keyCode, InputModifiers modifiers)
-