Uses of Class
jexer.TCheckBox
-
Packages that use TCheckBox Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TCheckBox in jexer
Methods in jexer that return TCheckBox Modifier and Type Method Description TCheckBox
TWidget. addCheckBox(int x, int y, java.lang.String label, boolean checked)
Convenience function to add a checkbox to this container/window.TCheckBox
TWidget. addCheckBox(int x, int y, java.lang.String label, boolean checked, TAction action)
Convenience function to add a checkbox to this container/window.
-