Uses of Class
com.googlecode.lanterna.gui2.CheckBoxList
Packages that use CheckBoxList
-
Uses of CheckBoxList in com.googlecode.lanterna.gui2
Subclasses with type arguments of type CheckBoxList in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionclassCheckBoxList<V>This is a list box implementation where each item has its own checked state that can be toggled on and offstatic classDefault renderer for this component which is used unless overridden.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 theCheckBoxListthat will be called on certain user actionsCheckBoxList.clearItems()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.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 TypeMethodDescriptionvoidCheckBoxList.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)