| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface IdeDialogButtonGroup provides a container for all types of buttons.
The useful feature of this container is that all its'the buttons have same size.
This interface provides methods for adding, removing, and returning an enumeration
of the buttons within this button group.
| Method Summary | |
void | add(AbstractButton button)Adds specified button to this group. |
AbstractButtonEnumeration | elements()Returns an enumeration of all the buttons in this group. |
void | remove(AbstractButton button)Removes specified button from this group. |
| Method Detail |
public void add(AbstractButton button)
button to this group.AbstractButton instance to be added to this grouppublic AbstractButtonEnumeration elements()
AbstractButtonEnumerationpublic void remove(AbstractButton button)
button from this group.AbstractButton instance to be removed from this group
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||