Package | Description |
---|---|
com.googlecode.lanterna.gui.component | |
com.googlecode.lanterna.gui.listener |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInteractableComponent |
class |
AbstractListBox
Common base class for list-type components (check box list, action list, etc)
|
class |
ActionListBox |
class |
Button |
class |
CheckBox |
class |
CheckBoxList |
class |
CommonCheckBox |
class |
EditArea
Multi-line text edit component
|
class |
PasswordBox
A TextBox which masks the data entered into it.
|
class |
RadioCheckBoxList
The list box will display a number of items, of which one and only one can be marked as selected.
|
class |
TextArea
This component is designed for displaying large chunks of text.
|
class |
TextBox |
Modifier and Type | Method and Description |
---|---|
void |
ComponentListener.onComponentLostFocus(InteractableComponent interactableComponent)
Will be called when input focus was taken away from a component by the GUI system.
|
void |
ComponentAdapter.onComponentLostFocus(InteractableComponent interactableComponent) |
void |
ComponentListener.onComponentReceivedFocus(InteractableComponent interactableComponent)
Will be called when a component has gained the input focus of the GUI system.
|
void |
ComponentAdapter.onComponentReceivedFocus(InteractableComponent interactableComponent) |
Copyright © 2015. All Rights Reserved.