Uses of Enum
org.aesh.terminal.Key
Packages that use Key
-
Uses of Key in org.aesh.terminal
Methods in org.aesh.terminal that return KeyModifier and TypeMethodDescriptionstatic KeyKey.findStartKey(int[] input) Finds the Key that matches the start of the input array.static KeyKey.findStartKey(int[] input, int position) Finds the Key that matches the input array starting at the given position.static KeyKey.getKey(int[] otherValues) Finds the Key enum constant that matches the given values.static KeyReturns the enum constant of this type with the specified name.static Key[]Key.values()Returns an array containing the constants of this enum type, in the order they are declared.