Package | Description |
---|---|
buoy.widget |
Modifier and Type | Method and Description |
---|---|
RadioButtonGroup |
BRadioButtonMenuItem.getGroup()
Get the RadioButtonGroup this menu item is part of.
|
RadioButtonGroup |
BRadioButton.getGroup()
Get the RadioButtonGroup this button is part of.
|
Modifier and Type | Method and Description |
---|---|
void |
BRadioButtonMenuItem.setGroup(RadioButtonGroup newGroup)
Set the RadioButtonGroup this menu item is part of.
|
void |
BRadioButton.setGroup(RadioButtonGroup newGroup)
Set the RadioButtonGroup this button is part of.
|
Constructor and Description |
---|
BRadioButton(RadioButtonGroup group)
Create a new BRadioButton with no label, which is initially deselected.
|
BRadioButton(java.lang.String text,
boolean state,
RadioButtonGroup group)
Create a new BRadioButton.
|
BRadioButtonMenuItem(RadioButtonGroup group)
Create a new BRadioButtonMenuItem with no label, which is initially deselected.
|
BRadioButtonMenuItem(java.lang.String text,
boolean state,
RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
|
BRadioButtonMenuItem(java.lang.String text,
javax.swing.Icon image,
boolean state,
RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
|
BRadioButtonMenuItem(java.lang.String text,
Shortcut shortcut,
boolean state,
RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
|
BRadioButtonMenuItem(java.lang.String text,
Shortcut shortcut,
javax.swing.Icon image,
boolean state,
RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
|
Written by Peter Eastman.