Uses of Class
com.googlecode.lanterna.gui2.CheckBoxList
Packages that use CheckBoxList
-
Uses of CheckBoxList in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return CheckBoxListModifier and TypeMethodDescriptionAdds an item to the checkbox list with an explicit checked statusCheckBoxList.addListener
(CheckBoxList.Listener listener) Adds a new listener to theCheckBoxList
that will be called on certain user actionsCheckBoxList.clearItems()
CheckBoxList.removeListener
(CheckBoxList.Listener listener) Removes a listener from thisCheckBoxList
so that if it had been added earlier, it will no longer be called on user actionsCheckBoxList.setChecked
(V object, boolean checked) Programmatically sets the checked state of an item in the list boxCheckBoxList.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 CheckBoxListModifier and TypeMethodDescriptionprotected AbstractListBox.ListItemRenderer
<V, CheckBoxList<V>> CheckBoxList.createDefaultListItemRenderer()
Methods in com.googlecode.lanterna.gui2 with parameters of type CheckBoxListModifier and TypeMethodDescriptionvoid
CheckBoxList.CheckBoxListItemRenderer.drawItem
(TextGUIGraphics graphics, CheckBoxList<V> listBox, int index, V item, boolean selected, boolean focused) CheckBoxList.CheckBoxListItemRenderer.getLabel
(CheckBoxList<V> listBox, int index, V item)