Class KeyPress
java.lang.Object
org.apache.hadoop.hbase.hbtop.terminal.KeyPress
Represents the user pressing a key on the keyboard.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionKeyPress
(KeyPress.Type type, Character character, boolean alt, boolean ctrl, boolean shift) -
Method Summary
-
Field Details
-
type
-
character
-
alt
-
ctrl
-
shift
-
-
Constructor Details
-
KeyPress
public KeyPress(KeyPress.Type type, @Nullable Character character, boolean alt, boolean ctrl, boolean shift)
-
-
Method Details