Package | Description |
---|---|
com.googlecode.lanterna.gui | |
com.googlecode.lanterna.gui.component |
Modifier and Type | Method and Description |
---|---|
Interactable.Result |
Interactable.keyboardInteraction(Key key)
This method is called when this component has focus and the user has
pressed a key on the keyboard.
|
static Interactable.Result |
Interactable.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interactable.Result[] |
Interactable.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Interactable.Result |
TextArea.keyboardInteraction(Key key) |
Interactable.Result |
EditArea.keyboardInteraction(Key key) |
Interactable.Result |
TextBox.keyboardInteraction(Key key) |
Interactable.Result |
Button.keyboardInteraction(Key key) |
Interactable.Result |
CommonCheckBox.keyboardInteraction(Key key) |
Interactable.Result |
AbstractListBox.keyboardInteraction(Key key) |
protected Interactable.Result |
RadioCheckBoxList.unhandledKeyboardEvent(Key key) |
protected Interactable.Result |
CheckBoxList.unhandledKeyboardEvent(Key key) |
protected Interactable.Result |
ActionListBox.unhandledKeyboardEvent(Key key) |
protected Interactable.Result |
AbstractListBox.unhandledKeyboardEvent(Key key) |
Copyright © 2014. All Rights Reserved.