Uses of Class
com.googlecode.lanterna.gui2.AbstractListBox
-
Packages that use AbstractListBox Package Description com.googlecode.lanterna.gui2 -
-
Uses of AbstractListBox in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 with type parameters of type AbstractListBox 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.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.gui2 Modifier and Type Class Description classActionListBoxThis 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.
-