Uses of Enum
com.googlecode.lanterna.gui2.Interactable.FocusChangeDirection
Packages that use Interactable.FocusChangeDirection
-
Uses of Interactable.FocusChangeDirection in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return Interactable.FocusChangeDirectionModifier and TypeMethodDescriptionReturns 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.FocusChangeDirectionModifier and TypeMethodDescriptionprotected 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) final 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.final 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)