Uses of Enum
org.apache.hadoop.hbase.hbtop.terminal.KeyPress.Type
-
Uses of KeyPress.Type in org.apache.hadoop.hbase.hbtop.terminal
Modifier and TypeMethodDescriptionKeyPress.getType()
static KeyPress.Type
Returns the enum constant of this type with the specified name.static KeyPress.Type[]
KeyPress.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionKeyPress
(KeyPress.Type type, Character character, boolean alt, boolean ctrl, boolean shift)