Uses of Class
com.googlecode.lanterna.gui2.Interactable.FocusChangeDirection
-
Packages that use Interactable.FocusChangeDirection Package Description com.googlecode.lanterna.gui2 -
-
Uses of Interactable.FocusChangeDirection in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return Interactable.FocusChangeDirection Modifier and Type Method Description static Interactable.FocusChangeDirectionInteractable.FocusChangeDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Interactable.FocusChangeDirection[]Interactable.FocusChangeDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.lanterna.gui2 with parameters of type Interactable.FocusChangeDirection Modifier and Type Method Description protected voidAbstractInteractableComponent. afterEnterFocus(Interactable.FocusChangeDirection direction, Interactable previouslyInFocus)Called byAbstractInteractableComponentautomatically after this component has received input focus.protected voidAbstractListBox. afterEnterFocus(Interactable.FocusChangeDirection direction, Interactable previouslyInFocus)protected voidComboBox. afterEnterFocus(Interactable.FocusChangeDirection direction, Interactable previouslyInFocus)protected voidAbstractInteractableComponent. afterLeaveFocus(Interactable.FocusChangeDirection direction, Interactable nextInFocus)Called byAbstractInteractableComponentautomatically after this component has lost input focus.protected voidComboBox. afterLeaveFocus(Interactable.FocusChangeDirection direction, Interactable nextInFocus)voidAbstractInteractableComponent. onEnterFocus(Interactable.FocusChangeDirection direction, Interactable previouslyInFocus)Method called when this component gained keyboard focus.voidInteractable. onEnterFocus(Interactable.FocusChangeDirection direction, Interactable previouslyInFocus)Method called when this component gained keyboard focus.voidAbstractInteractableComponent. onLeaveFocus(Interactable.FocusChangeDirection direction, Interactable nextInFocus)Method called when keyboard focus moves away from this componentvoidInteractable. onLeaveFocus(Interactable.FocusChangeDirection direction, Interactable nextInFocus)Method called when keyboard focus moves away from this componentprotected voidAbstractBasePane. setFocusedInteractable(Interactable toFocus, Interactable.FocusChangeDirection direction)
-