Package | Description |
---|---|
com.googlecode.lanterna.gui | |
com.googlecode.lanterna.gui.component |
Modifier and Type | Method and Description |
---|---|
static Interactable.FocusChangeDirection |
Interactable.FocusChangeDirection.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
Interactable.onEnterFocus(Interactable.FocusChangeDirection direction)
Method called when this component gained keyboard focus.
|
void |
Interactable.onLeaveFocus(Interactable.FocusChangeDirection direction)
Method called when this component leaves keyboard focus.
|
protected void |
Window.setFocus(Interactable newFocus,
Interactable.FocusChangeDirection direction) |
Modifier and Type | Method and Description |
---|---|
void |
Button.afterEnteredFocus(Interactable.FocusChangeDirection direction) |
protected void |
AbstractInteractableComponent.afterEnteredFocus(Interactable.FocusChangeDirection direction) |
protected void |
AbstractListBox.afterEnteredFocus(Interactable.FocusChangeDirection direction) |
void |
Button.afterLeftFocus(Interactable.FocusChangeDirection direction) |
protected void |
AbstractInteractableComponent.afterLeftFocus(Interactable.FocusChangeDirection direction) |
void |
AbstractInteractableComponent.onEnterFocus(Interactable.FocusChangeDirection direction) |
void |
AbstractInteractableComponent.onLeaveFocus(Interactable.FocusChangeDirection direction) |
Copyright © 2014. All Rights Reserved.