|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericButtonGroup
An object implementing this interface represents a group of
AbstractButton
s.
Method Summary | |
---|---|
void |
add(javax.swing.AbstractButton button)
Add button to this group. |
java.util.Enumeration |
getElements()
Returns an enumeration of the buttons in this group. |
void |
remove(javax.swing.AbstractButton button)
Remove button from this group and do nothing if it wasn't in this group. |
Method Detail |
---|
void add(javax.swing.AbstractButton button)
button
- The AbstractButton
to add to this group.void remove(javax.swing.AbstractButton button)
button
- The AbstractButton
to remove to this group.java.util.Enumeration getElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |