Uses of Class
com.googlecode.lanterna.gui2.CheckBox
-
Packages that use CheckBox Package Description com.googlecode.lanterna.gui2 -
-
Uses of CheckBox in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return CheckBox Modifier and Type Method Description CheckBox
CheckBox. addListener(CheckBox.Listener listener)
Adds a listener to this check box so that it will be notificed on certain user actionsCheckBox
CheckBox. 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
CheckBox. setChecked(boolean checked)
Programmatically updated the check box to a particular checked stateCheckBox
CheckBox. setLabel(java.lang.String label)
Updates the label of the checkboxMethods in com.googlecode.lanterna.gui2 with parameters of type CheckBox Modifier and Type Method Description void
CheckBox.DefaultCheckBoxRenderer. drawComponent(TextGUIGraphics graphics, CheckBox component)
TerminalPosition
CheckBox.DefaultCheckBoxRenderer. getCursorLocation(CheckBox component)
TerminalSize
CheckBox.DefaultCheckBoxRenderer. getPreferredSize(CheckBox component)
-