Uses of Class buoy.widget.RadioButtonGroup

Uses in package buoy.widget

Constructors with parameter type buoy.widget.RadioButtonGroup

BRadioButton.BRadioButton(String text, boolean state, RadioButtonGroup group)
Create a new BRadioButton.
Create a new BRadioButton with no label, which is initially deselected.
BRadioButtonMenuItem.BRadioButtonMenuItem(String text, Icon image, boolean state, RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
BRadioButtonMenuItem.BRadioButtonMenuItem(String text, boolean state, RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
BRadioButtonMenuItem.BRadioButtonMenuItem(String text, Shortcut shortcut, Icon image, boolean state, RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
BRadioButtonMenuItem.BRadioButtonMenuItem(String text, Shortcut shortcut, boolean state, RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
Create a new BRadioButtonMenuItem with no label, which is initially deselected.

Methods with parameter type buoy.widget.RadioButtonGroup

void
Set the RadioButtonGroup this button is part of.
void
Set the RadioButtonGroup this menu item is part of.

Methods with return type buoy.widget.RadioButtonGroup

RadioButtonGroup
Get the RadioButtonGroup this button is part of.
RadioButtonGroup
Get the RadioButtonGroup this menu item is part of.

Written by Peter Eastman.