|
Java Platform 1.2 Beta 4 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ButtonGroup | |
| com.sun.java.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
| Uses of ButtonGroup in com.sun.java.swing |
| Fields in com.sun.java.swing declared as ButtonGroup | |
protected ButtonGroup |
DefaultButtonModel.group
|
| Methods in com.sun.java.swing with parameters of type ButtonGroup | |
void |
DefaultButtonModel.setGroup(ButtonGroup group)
Identifies the group this button belongs to -- needed for radio buttons, which are mutually exclusive within their group. |
void |
ButtonModel.setGroup(ButtonGroup group)
Identifies the group this button belongs to -- needed for radio buttons, which are mutually exclusive within their group. |
|
Java Platform 1.2 Beta 4 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||