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 CheckBoxCheckBox. addListener(CheckBox.Listener listener)Adds a listener to this check box so that it will be notificed on certain user actionsCheckBoxCheckBox. removeListener(CheckBox.Listener listener)Removes a listener from this check box so that, if it was previously added, it will no long receive any eventsCheckBoxCheckBox. setChecked(boolean checked)Programmatically updated the check box to a particular checked stateCheckBoxCheckBox. 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 voidCheckBox.DefaultCheckBoxRenderer. drawComponent(TextGUIGraphics graphics, CheckBox component)TerminalPositionCheckBox.DefaultCheckBoxRenderer. getCursorLocation(CheckBox component)TerminalSizeCheckBox.DefaultCheckBoxRenderer. getPreferredSize(CheckBox component)
-