Uses of Class
xyz.cofe.term.common.KeyName
-
Packages that use KeyName Package Description xyz.cofe.term.common xyz.cofe.term.common.ev xyz.cofe.term.common.nix xyz.cofe.term.common.win -
-
Uses of KeyName in xyz.cofe.term.common
Methods in xyz.cofe.term.common that return KeyName Modifier and Type Method Description KeyNameInputKeyEvent. getKey()Какая клавиша была нажатаstatic KeyNameKeyName. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyName[]KeyName. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyName in xyz.cofe.term.common.ev
Fields in xyz.cofe.term.common.ev declared as KeyName Modifier and Type Field Description protected KeyNameInputKeyEventBase. keyMethods in xyz.cofe.term.common.ev that return KeyName Modifier and Type Method Description KeyNameInputKeyEventBase. getKey()Constructors in xyz.cofe.term.common.ev with parameters of type KeyName Constructor Description InputKeyEventBase(KeyName key, boolean alt, boolean shift, boolean control) -
Uses of KeyName in xyz.cofe.term.common.nix
Constructors in xyz.cofe.term.common.nix with parameters of type KeyName Constructor Description NixInputKeyEvent(KeyName key, boolean alt, boolean shift, boolean control, com.googlecode.lanterna.input.KeyStroke event) -
Uses of KeyName in xyz.cofe.term.common.win
Constructors in xyz.cofe.term.common.win with parameters of type KeyName Constructor Description WinInputKeyEvent(KeyName key, boolean alt, boolean shift, boolean control, xyz.cofe.term.win.InputKeyEvent event)
-