| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupMember | |
|---|---|
| org.springframework.richclient.command | |
| Uses of GroupMember in org.springframework.richclient.command | 
|---|
| Subclasses of GroupMember in org.springframework.richclient.command | |
|---|---|
|  class | ComponentGroupMemberA implementation of the GroupMemberinterface that can be associated
 with instances ofComponents. | 
|  class | ExpansionPointGroupMemberA collection of GroupMembers that represent a subsection of aCommandGroup. | 
|  class | GlueGroupMemberA member of a CommandGroupthat represents a 'glue' component between other members
 of the group. | 
|  class | LazyGroupMemberA GroupMemberimplementation that can be used as a placeholder for lazily initialized
 commands. | 
|  class | SeparatorGroupMemberA command group member that represents a separator between other members of the group. | 
|  class | SimpleGroupMemberA simple implementation of the GroupMemberinterface that manages normal commands that
 can be associated with instances ofAbstractButtons. | 
| Methods in org.springframework.richclient.command that return GroupMember | |
|---|---|
|  GroupMember | ExpansionPointGroupMember.getMemberFor(String commandId)Returns the group member that manages the command with the given id, or null if none of the members in this expansion point manage a command with that id. | 
| Methods in org.springframework.richclient.command with parameters of type GroupMember | |
|---|---|
| protected  void | ExpansionPointGroupMember.add(GroupMember member)Attempts to add the given member to this expansion point. | 
|  void | GroupMemberList.add(GroupMember member) | 
|  void | GroupMemberList.append(GroupMember member) | 
|  void | ExpansionPointGroupMember.remove(GroupMember member)If the given member belongs to this exponsion point, it will be removed. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||