Uses of Interface
org.springframework.richclient.command.GroupContainerPopulator

Packages that use GroupContainerPopulator
org.springframework.richclient.command   
org.springframework.richclient.command.support   
 

Uses of GroupContainerPopulator in org.springframework.richclient.command
 

Methods in org.springframework.richclient.command with parameters of type GroupContainerPopulator
protected  void CommandGroup.addCommandsToGroupContainer(GroupContainerPopulator groupContainerPopulator)
          Create a container with the given GroupContainerPopulator which will hold the members of this group.
protected  void GroupMemberList.bindMembers(Object owner, GroupContainerPopulator container, Object factory, CommandButtonConfigurer configurer)
           
protected  void ExpansionPointGroupMember.fill(GroupContainerPopulator containerPopulator, Object controlFactory, CommandButtonConfigurer configurer, List previousButtons)
          Adds each member of this expansion point to a GUI container using the given container populator.
protected  void SimpleGroupMember.fill(GroupContainerPopulator containerPopulator, Object controlFactory, CommandButtonConfigurer buttonConfigurer, List previousButtons)
           
protected  void SeparatorGroupMember.fill(GroupContainerPopulator container, Object factory, CommandButtonConfigurer configurer, List previousButtons)
          Asks the given container populator to add a separator to its underlying container.
protected abstract  void GroupMember.fill(GroupContainerPopulator containerPopulator, Object controlFactory, CommandButtonConfigurer buttonConfigurer, List previousButtons)
          Subclasses must implement this method to use the given container populator to add a GUI control component to a GUI container.
protected  void GlueGroupMember.fill(GroupContainerPopulator parentContainer, Object factory, CommandButtonConfigurer configurer, List previousButtons)
          Adds a glue component using the given container populator.
protected  void ComponentGroupMember.fill(GroupContainerPopulator containerPopulator, Object controlFactory, CommandButtonConfigurer buttonConfigurer, List previousButtons)
          Asks the given container populator to add a component to its underlying container.
protected  void LazyGroupMember.fill(GroupContainerPopulator parentContainerPopulator, Object controlFactory, CommandButtonConfigurer buttonConfigurer, List previousButtons)
           
 

Uses of GroupContainerPopulator in org.springframework.richclient.command.support
 

Classes in org.springframework.richclient.command.support that implement GroupContainerPopulator
 class ButtonBarGroupContainerPopulator
           
 class ButtonStackGroupContainerPopulator
          Creates a buttonstack: a panel with buttons that are vertically positioned.
 class SimpleGroupContainerPopulator
          A default implementation of the GroupContainerPopulator interface.
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.