Uses of Class
com.googlecode.lanterna.gui2.CheckBoxList
-
Packages that use CheckBoxList Package Description com.googlecode.lanterna.gui2 -
-
Uses of CheckBoxList in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return CheckBoxList Modifier and Type Method Description CheckBoxList<V>CheckBoxList. addItem(V object)CheckBoxList<V>CheckBoxList. addItem(V object, boolean checkedState)Adds an item to the checkbox list with an explicit checked statusCheckBoxList<V>CheckBoxList. addListener(CheckBoxList.Listener listener)Adds a new listener to theCheckBoxListthat will be called on certain user actionsCheckBoxList<V>CheckBoxList. clearItems()CheckBoxList<V>CheckBoxList. removeListener(CheckBoxList.Listener listener)Removes a listener from thisCheckBoxListso that if it had been added earlier, it will no longer be called on user actionsCheckBoxList<V>CheckBoxList. setChecked(V object, boolean checked)Programmatically sets the checked state of an item in the list boxCheckBoxList<V>CheckBoxList. toggleChecked(int index)Programmatically sets the checked state of an item in the list box.Methods in com.googlecode.lanterna.gui2 that return types with arguments of type CheckBoxList Modifier and Type Method Description protected AbstractListBox.ListItemRenderer<V,CheckBoxList<V>>CheckBoxList. createDefaultListItemRenderer()Methods in com.googlecode.lanterna.gui2 with parameters of type CheckBoxList Modifier and Type Method Description voidCheckBoxList.CheckBoxListItemRenderer. drawItem(TextGUIGraphics graphics, CheckBoxList<V> listBox, int index, V item, boolean selected, boolean focused)java.lang.StringCheckBoxList.CheckBoxListItemRenderer. getLabel(CheckBoxList<V> listBox, int index, V item)
-