Uses of Class
com.googlecode.lanterna.gui2.AbstractInteractableComponent
-
Packages that use AbstractInteractableComponent Package Description com.googlecode.lanterna.gui2 com.googlecode.lanterna.gui2.menu com.googlecode.lanterna.gui2.table -
-
Uses of AbstractInteractableComponent in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 with type parameters of type AbstractInteractableComponent Modifier and Type Class Description classAbstractInteractableComponent<T extends AbstractInteractableComponent<T>>Default implementation of Interactable that extends from AbstractComponent.Subclasses of AbstractInteractableComponent in com.googlecode.lanterna.gui2 Modifier and Type Class Description classAbstractListBox<V,T extends AbstractListBox<V,T>>Base class for several list box implementations, this will handle things like list of items and the scrollbar.classActionListBoxThis class is a list box implementation that displays a number of items that has actions associated with them.classButtonSimple labeled button that the user can trigger by pressing the Enter or the Spacebar key on the keyboard when the component is in focus.classCheckBoxThe checkbox component looks like a regular checkbox that you can find in modern graphics user interfaces, a label and a space that the user can toggle on and off by using enter or space keys.classCheckBoxList<V>This is a list box implementation where each item has its own checked state that can be toggled on and offclassComboBox<V>This is a simple combo box implementation that allows the user to select one out of multiple items through a drop-down menu.classImageComponentclassRadioBoxList<V>The list box will display a number of items, of which one and only one can be marked as selected.classTextBoxThis component keeps a text content that is editable by the user. -
Uses of AbstractInteractableComponent in com.googlecode.lanterna.gui2.menu
Subclasses of AbstractInteractableComponent in com.googlecode.lanterna.gui2.menu Modifier and Type Class Description classMenuclassMenuItemThis class is a single item that appears in aMenuwith an optional action attached to it -
Uses of AbstractInteractableComponent in com.googlecode.lanterna.gui2.table
Subclasses of AbstractInteractableComponent in com.googlecode.lanterna.gui2.table Modifier and Type Class Description classTable<V>The table class is an interactable component that displays a grid of cells containing data along with a header of labels.
-