| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CommandGroup in org.springframework.richclient.application | 
|---|
| Methods in org.springframework.richclient.application that return CommandGroup | |
|---|---|
|  CommandGroup | ApplicationWindow.getMenuBar() | 
|  CommandGroup | ApplicationWindow.getToolBar() | 
| Uses of CommandGroup in org.springframework.richclient.application.config | 
|---|
| Methods in org.springframework.richclient.application.config that return CommandGroup | |
|---|---|
| protected  CommandGroup | DefaultApplicationLifecycleAdvisor.getCommandGroup(String name) | 
|  CommandGroup | DefaultApplicationLifecycleAdvisor.getMenuBarCommandGroup() | 
|  CommandGroup | ApplicationLifecycleAdvisor.getMenuBarCommandGroup()Create the menuBar for the application. | 
|  CommandGroup | NavigatorApplicationLifecycleAdvisor.getNavigationCommandGroup() | 
|  CommandGroup | DefaultApplicationLifecycleAdvisor.getToolBarCommandGroup() | 
|  CommandGroup | ApplicationLifecycleAdvisor.getToolBarCommandGroup()Create the toolBar for the application. | 
| Uses of CommandGroup in org.springframework.richclient.application.mdi.contextmenu | 
|---|
| Methods in org.springframework.richclient.application.mdi.contextmenu that return CommandGroup | |
|---|---|
|  CommandGroup | DesktopCommandGroupFactory.createContextMenuCommandGroup(CommandManager commandManager,
                                                           JDesktopPane desktopPane) | 
|  CommandGroup | DefaultDesktopCommandGroupFactory.createContextMenuCommandGroup(CommandManager commandManager,
                                                           JDesktopPane desktop)Create a desktop pane context menu CommandGroup. | 
|  CommandGroup | DesktopCommandGroupFactory.createWindowMenuCommandGroup(CommandManager commandManager,
                                                         JDesktopPane desktopPane) | 
|  CommandGroup | DefaultDesktopCommandGroupFactory.createWindowMenuCommandGroup(CommandManager commandManager,
                                                         JDesktopPane desktopPane)Create a window menu CommandGroup | 
| Uses of CommandGroup in org.springframework.richclient.application.support | 
|---|
| Methods in org.springframework.richclient.application.support that return CommandGroup | |
|---|---|
|  CommandGroup | AbstractApplicationWindow.getMenuBar() | 
|  CommandGroup | AbstractApplicationWindow.getToolBar() | 
| Constructors in org.springframework.richclient.application.support with parameters of type CommandGroup | |
|---|---|
| AbstractNavigatorView(CommandGroup currentNavigation) | |
| Uses of CommandGroup in org.springframework.richclient.command | 
|---|
| Subclasses of CommandGroup in org.springframework.richclient.command | |
|---|---|
|  class | ExclusiveCommandGroupA CommandGroupthat can only contain ToggleCommands and for which only one togglecommand can be
 chosen. | 
| Methods in org.springframework.richclient.command that return CommandGroup | |
|---|---|
| protected  CommandGroup | CommandGroupFactoryBean.createCommandGroup()Creates the command group for this factory and assigns it an identifier equal to the group id of the factory. | 
| static CommandGroup | CommandGroup.createCommandGroup(AbstractCommand member)Creates a command group with a single command member. | 
| static CommandGroup | CommandGroup.createCommandGroup(List<? extends AbstractCommand> members)Create a command group which holds all the given members. | 
| static CommandGroup | CommandGroup.createCommandGroup(Object[] members)Create a command group which holds all the given members. | 
| static CommandGroup | CommandGroup.createCommandGroup(String groupId,
                                     List<? extends AbstractCommand> members)Create a command group which holds all the given members. | 
| static CommandGroup | CommandGroup.createCommandGroup(String groupId,
                                     Object[] members)Create a command group which holds all the given members. | 
|  CommandGroup | CommandFactory.createCommandGroup(String groupId,
                                     Object[] members) | 
| static CommandGroup | CommandGroup.createCommandGroup(String groupId,
                                     Object[] members,
                                     CommandConfigurer configurer)Create a command group which holds all the given members. | 
| static CommandGroup | CommandGroup.createExclusiveCommandGroup(Object[] members) | 
| static CommandGroup | CommandGroup.createExclusiveCommandGroup(String groupId,
                                                       Object[] members) | 
| static CommandGroup | CommandGroup.createExclusiveCommandGroup(String groupId,
                                                       Object[] members,
                                                       CommandConfigurer configurer) | 
|  CommandGroup | CommandGroupFactoryBean.getCommandGroup()Returns the command group that this factory produces. | 
|  CommandGroup | CommandRegistry.getCommandGroup(String groupId)Deprecated. use CommandRegistry.getCommand(String, Class)instead. You may choose to either catch
 theCommandNotOfRequiredTypeExceptionor callCommandRegistry.isTypeMatch(String, Class)first. | 
|  CommandGroup | CommandGroupEvent.getGroup() | 
| Methods in org.springframework.richclient.command with parameters of type CommandGroup | |
|---|---|
|  JComponent | CommandGroupJComponentBuilder.buildComponent(CommandGroup commandGroup)JComponent-building variant of the CommandGroupModelBuilder.buildModel(CommandGroup) | 
| protected abstract  JComponent | CommandGroupJComponentBuilder.buildGroupComponent(JComponent parentComponent,
                                       CommandGroup command,
                                       int level)JComponent-building variant of the CommandGroupModelBuilder.buildGroupModel(Object, CommandGroup, int) | 
| protected abstract  Object | CommandGroupModelBuilder.buildGroupModel(Object parentModel,
                               CommandGroup commandGroup,
                               int level)Allows the implementation subclass to build a mapping object-model corresponding to a visited non-leaf node in the command-group structure. | 
| protected  Object | CommandGroupJComponentBuilder.buildGroupModel(Object parentModel,
                               CommandGroup commandGroup,
                               int level)Implementation wrapping around the CommandGroupJComponentBuilder.buildGroupComponent(JComponent, CommandGroup, int) | 
|  Object | CommandGroupModelBuilder.buildModel(CommandGroup commandGroup)Main service method of this method to call. | 
| protected abstract  Object | CommandGroupModelBuilder.buildRootModel(CommandGroup commandGroup)Builds the real root object that will be returned from CommandGroupModelBuilder.buildModel(CommandGroup). | 
| protected  Object | CommandGroupJComponentBuilder.buildRootModel(CommandGroup commandGroup)Implementation wrapping around the CommandGroupJComponentBuilder.buildRootComponent(AbstractCommand) | 
| protected  boolean | CommandGroupModelBuilder.continueDeeper(CommandGroup commandGroup,
                             int level)Allows the implementation subclass to decide (by overriding) if traversing the structure should continue deeper down. | 
| protected  void | CommandGroupFactoryBean.initCommandGroupMembers(CommandGroup group)Iterates over the collection of encoded members and adds them to the given command group. | 
| Constructors in org.springframework.richclient.command with parameters of type CommandGroup | |
|---|---|
| LazyGroupMember(CommandGroup parentGroup,
                               String lazyCommandId)Creates a new LazyGroupMemberbelonging to the given command group and managing
 a lazily initialized command with the given id. | |
| SimpleGroupMember(CommandGroup parentGroup,
                                   AbstractCommand command)Creates a new SimpleGroupMemberbelonging to the given command group and wrapping
 the given command. | |
| Uses of CommandGroup in org.springframework.richclient.command.support | 
|---|
| Subclasses of CommandGroup in org.springframework.richclient.command.support | |
|---|---|
|  class | ShowPageMenuA menu containing a collection of sub-menu items that each display a given page. | 
|  class | ShowViewMenuA menu containing a collection of sub-menu items that each display a given view. | 
| Methods in org.springframework.richclient.command.support that return CommandGroup | |
|---|---|
|  CommandGroup | DefaultCommandManager.createCommandGroup(String groupId,
                                     Object[] members) | 
|  CommandGroup | DefaultCommandRegistry.getCommandGroup(String groupId)Deprecated. | 
|  CommandGroup | DefaultCommandManager.getCommandGroup(String groupId) | 
| Uses of CommandGroup in org.springframework.richclient.form | 
|---|
| Methods in org.springframework.richclient.form that return CommandGroup | |
|---|---|
| protected  CommandGroup | AbstractMasterForm.getCommandGroup()Get the command group for the master table (the add and delete commands). | 
| Uses of CommandGroup in org.springframework.richclient.table.support | 
|---|
| Methods in org.springframework.richclient.table.support that return CommandGroup | |
|---|---|
|  CommandGroup | AbstractObjectTable.getPopupCommandGroup() | 
| Methods in org.springframework.richclient.table.support with parameters of type CommandGroup | |
|---|---|
|  void | AbstractObjectTable.setPopupCommandGroup(CommandGroup popupCommandGroup)Set the command group that should be used to construct the popup menu when a user initiates the UI gesture to show the context menu. | 
| Uses of CommandGroup in org.springframework.richclient.taskpane | 
|---|
| Methods in org.springframework.richclient.taskpane with parameters of type CommandGroup | |
|---|---|
| protected  JComponent | JTaskPaneBuilder.buildGroupComponent(JComponent parentComponent,
                                       CommandGroup command,
                                       int level) | 
| Constructors in org.springframework.richclient.taskpane with parameters of type CommandGroup | |
|---|---|
| TaskPaneNavigatorView(CommandGroup navigation) | |
| Uses of CommandGroup in org.springframework.richclient.text | 
|---|
| Methods in org.springframework.richclient.text that return CommandGroup | |
|---|---|
| protected  CommandGroup | TextComponentPopup.getEditableCommandGroup() | 
| protected  CommandGroup | TextComponentPopup.getPasswordCommandGroup() | 
| protected  CommandGroup | TextComponentPopup.getReadOnlyCommandGroup() | 
| Uses of CommandGroup in org.springframework.richclient.widget.editor | 
|---|
| Methods in org.springframework.richclient.widget.editor that return CommandGroup | |
|---|---|
| protected  CommandGroup | AbstractDataEditorWidget.getTableFilterControlCommands() | 
| protected  CommandGroup | AbstractDataEditorWidget.getTablePopupMenuCommandGroup()Returns the commandGroup that should be used to create the popup menu for the table. | 
| Uses of CommandGroup in org.springframework.richclient.widget.table.glazedlists | 
|---|
| Methods in org.springframework.richclient.widget.table.glazedlists that return CommandGroup | |
|---|---|
|  CommandGroup | GlazedListTableWidget.getNavigationCommandGroup() | 
|  CommandGroup | GlazedListTableWidget.getSelectColumnCommandGroup() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||