Uses of Class
com.googlecode.lanterna.gui2.CheckBox
Packages that use CheckBox
-
Uses of CheckBox in com.googlecode.lanterna.gui2
Subclasses with type arguments of type CheckBox in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionclassThe checkbox component looks like a regular checkbox that you can find in modern graphics user interfaces, a label and a space that the user can toggle on and off by using enter or space keys.Classes in com.googlecode.lanterna.gui2 that implement interfaces with type arguments of type CheckBoxModifier and TypeClassDescriptionstatic classHelper interface that doesn't add any new methods but makes coding new check box renderers a little bit more clearMethods 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 TypeMethodDescriptionvoidCheckBox.DefaultCheckBoxRenderer.drawComponent(TextGUIGraphics graphics, CheckBox component) CheckBox.DefaultCheckBoxRenderer.getCursorLocation(CheckBox component) CheckBox.DefaultCheckBoxRenderer.getPreferredSize(CheckBox component)