| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandRegistry | |
|---|---|
| org.springframework.richclient.application.support | |
| org.springframework.richclient.command | |
| org.springframework.richclient.command.support | |
| Uses of CommandRegistry in org.springframework.richclient.application.support | 
|---|
| Classes in org.springframework.richclient.application.support that implement CommandRegistry | |
|---|---|
|  class | ApplicationWindowCommandManager | 
| Constructors in org.springframework.richclient.application.support with parameters of type CommandRegistry | |
|---|---|
| ApplicationWindowCommandManager(CommandRegistry parent) | |
| Uses of CommandRegistry in org.springframework.richclient.command | 
|---|
| Subinterfaces of CommandRegistry in org.springframework.richclient.command | |
|---|---|
|  interface | CommandManager | 
| Methods in org.springframework.richclient.command that return CommandRegistry | |
|---|---|
| protected  CommandRegistry | CommandGroup.getCommandRegistry() | 
| protected  CommandRegistry | CommandGroupFactoryBean.getCommandRegistry() | 
| Methods in org.springframework.richclient.command with parameters of type CommandRegistry | |
|---|---|
|  void | CommandGroup.setCommandRegistry(CommandRegistry registry) | 
|  void | CommandGroupFactoryBean.setCommandRegistry(CommandRegistry commandRegistry)Sets the registry that will be used to retrieve the actual instances of the command group members as specified in the encoded members collection. | 
| Constructors in org.springframework.richclient.command with parameters of type CommandRegistry | |
|---|---|
| CommandGroup(String groupId,
                         CommandRegistry commandRegistry)Constructor with id for configuration and the CommandRegistryto use. | |
| CommandGroupFactoryBean(String groupId,
                                               CommandRegistry commandRegistry,
                                               CommandConfigurer commandConfigurer,
                                               Object[] members)Creates a new CommandGroupFactoryBean. | |
| CommandGroupFactoryBean(String groupId,
                                               CommandRegistry commandRegistry,
                                               Object[] members)Creates a new CommandGroupFactoryBean. | |
| CommandRegistryEvent(CommandRegistry source,
                                         AbstractCommand command)Creates a new CommandRegistryEventfor the given registry and command. | |
| ExclusiveCommandGroup(String groupId,
                                           CommandRegistry commandRegistry) | |
| Uses of CommandRegistry in org.springframework.richclient.command.support | 
|---|
| Classes in org.springframework.richclient.command.support that implement CommandRegistry | |
|---|---|
|  class | DefaultCommandManager | 
|  class | DefaultCommandRegistryThe default implementation of the CommandRegistryinterface. | 
| Methods in org.springframework.richclient.command.support that return CommandRegistry | |
|---|---|
|  CommandRegistry | DefaultCommandRegistry.getParent()Returns the parent registry of this instance. | 
| Methods in org.springframework.richclient.command.support with parameters of type CommandRegistry | |
|---|---|
|  void | DefaultCommandRegistry.setParent(CommandRegistry parent)Sets the given registry to be the parent of this instance. | 
|  void | DefaultCommandManager.setParent(CommandRegistry parent) | 
| Constructors in org.springframework.richclient.command.support with parameters of type CommandRegistry | |
|---|---|
| DefaultCommandManager(CommandRegistry parent) | |
| DefaultCommandRegistry(CommandRegistry parent)Creates a new DefaultCommandRegistryas a child of the given registry. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||