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 TypeClassDescriptionclassAbstractListBox<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 classAbstractListBox.DefaultListBoxRenderer<V, T extends AbstractListBox<V,T>> The default renderer forAbstractListBoxand all its subclasses.static classAbstractListBox.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 TypeClassDescriptionclassThis class is a list box implementation that displays a number of items that has actions associated with them.classCheckBoxList<V>This is a list box implementation where each item has its own checked state that can be toggled on and offclassRadioBoxList<V>The list box will display a number of items, of which one and only one can be marked as selected.