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
Subclasses with type arguments of type Interactable.Result in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionstatic enumEnum to represent the various results coming out of the handleKeyStroke methodMethods in com.googlecode.lanterna.gui2 that return Interactable.ResultModifier and TypeMethodDescriptionprivate Interactable.ResultComboBox.handleEditableCBKeyStroke(KeyStroke keyStroke) final Interactable.ResultAbstractInteractableComponent.handleInput(KeyStroke keyStroke) Interactable.handleInput(KeyStroke keyStroke) Accepts a KeyStroke as input and processes this as a user input.protected Interactable.ResultAbstractInteractableComponent.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.ResultTextBox.handleKeyStrokeReadOnly(KeyStroke keyStroke) private Interactable.ResultComboBox.handleReadOnlyCBKeyStroke(KeyStroke keyStroke) static Interactable.ResultReturns 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