|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
void ) |
Documentation changed from old to new. |
Creates a new ButtonGroup . |
Changed Methods | ||
void add(AbstractButton ) |
Documentation changed from old to new. |
Adds the button to the group. |
int getButtonCount() |
Documentation changed from old to new. |
Returns the number of buttons in the group. |
Enumeration getElements() |
Documentation changed from old to new. |
Returns all the buttons that are participating in this group. |
ButtonModel getSelection() |
Documentation changed from old to new. |
Returns the model of the selected button. |
boolean isSelected(ButtonModel ) |
Documentation changed from old to new. |
Returns whether a ButtonModel is selected. |
void remove(AbstractButton ) |
Documentation changed from old to new. |
Removes the button from the group. |
void setSelected(ButtonModel, |
Documentation changed from old to new. |
Sets the selected value for the ButtonModel . |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |