Uses of Class
com.googlecode.lanterna.gui2.CheckBox
Packages that use CheckBox
-
Uses of CheckBox in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return CheckBoxModifier and TypeMethodDescriptionCheckBox.addListener
(CheckBox.Listener listener) Adds a listener to this check box so that it will be notificed on certain user actionsCheckBox.removeListener
(CheckBox.Listener listener) Removes a listener from this check box so that, if it was previously added, it will no long receive any eventsCheckBox.setChecked
(boolean checked) Programmatically updated the check box to a particular checked stateUpdates the label of the checkboxMethods in com.googlecode.lanterna.gui2 with parameters of type CheckBoxModifier and TypeMethodDescriptionvoid
CheckBox.DefaultCheckBoxRenderer.drawComponent
(TextGUIGraphics graphics, CheckBox component) CheckBox.DefaultCheckBoxRenderer.getCursorLocation
(CheckBox component) CheckBox.DefaultCheckBoxRenderer.getPreferredSize
(CheckBox component)