Uses of Enum
com.googlecode.lanterna.gui2.Interactable.Result
Packages that use Interactable.Result
Package
Description
-
Uses of Interactable.Result in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return Interactable.ResultModifier and TypeMethodDescriptionprivate Interactable.Result
ComboBox.handleEditableCBKeyStroke
(KeyStroke keyStroke) final Interactable.Result
AbstractInteractableComponent.handleInput
(KeyStroke keyStroke) Interactable.handleInput
(KeyStroke keyStroke) Accepts a KeyStroke as input and processes this as a user input.protected Interactable.Result
AbstractInteractableComponent.handleKeyStroke
(KeyStroke keyStroke) This method can be overridden to handle various user input (mostly from the keyboard) when this component is in focus.AbstractListBox.handleKeyStroke
(KeyStroke keyStroke) ActionListBox.handleKeyStroke
(KeyStroke keyStroke) Button.handleKeyStroke
(KeyStroke keyStroke) CheckBox.handleKeyStroke
(KeyStroke keyStroke) CheckBoxList.handleKeyStroke
(KeyStroke keyStroke) ComboBox.handleKeyStroke
(KeyStroke keyStroke) ImageComponent.handleKeyStroke
(KeyStroke keyStroke) RadioBoxList.handleKeyStroke
(KeyStroke keyStroke) TextBox.handleKeyStroke
(KeyStroke keyStroke) private Interactable.Result
TextBox.handleKeyStrokeReadOnly
(KeyStroke keyStroke) private Interactable.Result
ComboBox.handleReadOnlyCBKeyStroke
(KeyStroke keyStroke) static Interactable.Result
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. -
Uses of Interactable.Result in com.googlecode.lanterna.gui2.table
Methods in com.googlecode.lanterna.gui2.table that return Interactable.Result