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 TRadioButton
TRadioGroup. addRadioButton(java.lang.String label)
Convenience function to add a radio button to this group.TRadioButton
TRadioGroup. addRadioButton(java.lang.String label, boolean selected)
Convenience function to add a radio button to this group.TRadioButton
TRadioGroup. getSelectedButton()
Get the radio button that was selected.
-