|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RadioButtonGroup | |
|---|---|
| buoy.widget | |
| Uses of RadioButtonGroup in buoy.widget |
|---|
| Methods in buoy.widget that return RadioButtonGroup | |
|---|---|
RadioButtonGroup |
BRadioButtonMenuItem.getGroup()
Get the RadioButtonGroup this menu item is part of. |
RadioButtonGroup |
BRadioButton.getGroup()
Get the RadioButtonGroup this button is part of. |
| Methods in buoy.widget with parameters of type RadioButtonGroup | |
|---|---|
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. |
| Constructors in buoy.widget with parameters of type RadioButtonGroup | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||