|
GUI Commands 2.0 has arrived!
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GroupMember
GroupMembers are responsible for managing the children of a CommandGroup. Members provide a layer
of abstraction that allows for the lazy addition of children to a group as well as providing customized control
over how children are rendered within the groups container, for example inline groups.
| Method Summary | |
|---|---|
void |
acceptVisitor(GroupVisitor visitor)
|
void |
addComponentTo(javax.swing.JComponent parent,
java.lang.Object factory,
java.lang.String faceId,
java.util.List previousButtons,
int buttonIndex)
This method is responsible for adding this members buttons to the specified container. |
void |
addNotify()
|
boolean |
isDependantOn(Command c)
|
boolean |
isMemberFor(Command c)
|
void |
removeNotify()
|
| Method Detail |
|---|
void addComponentTo(javax.swing.JComponent parent,
java.lang.Object factory,
java.lang.String faceId,
java.util.List previousButtons,
int buttonIndex)
parent - factory - faceId - previousButtons - buttonIndex - boolean isMemberFor(Command c)
boolean isDependantOn(Command c)
void acceptVisitor(GroupVisitor visitor)
void addNotify()
void removeNotify()
|
GUI Commands 2.0 has arrived!
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||