Uses of Class
com.googlecode.lanterna.gui2.AbstractListBox
Packages that use AbstractListBox
-
Uses of AbstractListBox in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 with type parameters of type AbstractListBoxModifier and TypeClassDescriptionclass
AbstractListBox<V,
T extends AbstractListBox<V, T>> Base class for several list box implementations, this will handle things like list of items and the scrollbar.static class
AbstractListBox.DefaultListBoxRenderer<V,
T extends AbstractListBox<V, T>> The default renderer forAbstractListBox
and all its subclasses.static class
AbstractListBox.ListItemRenderer<V,
T extends AbstractListBox<V, T>> The default list item renderer class, this can be extended and customized it needed.Subclasses of AbstractListBox in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionclass
This class is a list box implementation that displays a number of items that has actions associated with them.class
CheckBoxList<V>
This is a list box implementation where each item has its own checked state that can be toggled on and offclass
RadioBoxList<V>
The list box will display a number of items, of which one and only one can be marked as selected.