Uses of Class
jexer.TRadioButton
-
Packages that use TRadioButton Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TRadioButton in jexer
Methods in jexer that return TRadioButton Modifier and Type Method Description TRadioButtonTRadioGroup. addRadioButton(java.lang.String label)Convenience function to add a radio button to this group.TRadioButtonTRadioGroup. addRadioButton(java.lang.String label, boolean selected)Convenience function to add a radio button to this group.TRadioButtonTRadioGroup. getSelectedButton()Get the radio button that was selected.
-