|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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 |
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()
|
Uses of CommandGroup in org.springframework.richclient.command |
---|
Subclasses of CommandGroup in org.springframework.richclient.command | |
---|---|
class |
ExclusiveCommandGroup
|
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(Object[] 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
the CommandNotOfRequiredTypeException or call CommandRegistry.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 Object |
CommandGroupJComponentBuilder.buildGroupModel(Object parentModel,
CommandGroup commandGroup,
int level)
Implementation wrapping around the CommandGroupJComponentBuilder.buildGroupComponent(JComponent, 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. |
Object |
CommandGroupModelBuilder.buildModel(CommandGroup commandGroup)
Main service method of this method to call. |
protected Object |
CommandGroupJComponentBuilder.buildRootModel(CommandGroup commandGroup)
Implementation wrapping around the CommandGroupJComponentBuilder.buildRootComponent(AbstractCommand) |
protected abstract Object |
CommandGroupModelBuilder.buildRootModel(CommandGroup commandGroup)
Builds the real root object that will be returned from CommandGroupModelBuilder.buildModel(CommandGroup) . |
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 LazyGroupMember belonging to the given command group and managing
a lazily initialized command with the given id. |
|
SimpleGroupMember(CommandGroup parentGroup,
AbstractCommand command)
Creates a new SimpleGroupMember belonging 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 |
ShowPageMenu
A menu containing a collection of sub-menu items that each display a given page. |
class |
ShowViewMenu
A 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 |
DefaultCommandManager.getCommandGroup(String groupId)
|
CommandGroup |
DefaultCommandRegistry.getCommandGroup(String groupId)
Deprecated. |
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.text |
---|
Methods in org.springframework.richclient.text that return CommandGroup | |
---|---|
protected CommandGroup |
TextComponentPopup.getEditableCommandGroup()
|
protected CommandGroup |
TextComponentPopup.getPasswordCommandGroup()
|
protected CommandGroup |
TextComponentPopup.getReadOnlyCommandGroup()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |