|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of CommandConfigurer in org.springframework.richclient.application.support |
---|
Classes in org.springframework.richclient.application.support that implement CommandConfigurer | |
---|---|
class |
ApplicationWindowCommandManager
|
Methods in org.springframework.richclient.application.support that return CommandConfigurer | |
---|---|
protected CommandConfigurer |
ApplicationServicesAccessor.getCommandConfigurer()
|
Methods in org.springframework.richclient.application.support with parameters of type CommandConfigurer | |
---|---|
void |
DefaultApplicationServices.setCommandConfigurer(CommandConfigurer commandConfigurer)
Set the command configurer service implementation |
Uses of CommandConfigurer in org.springframework.richclient.command |
---|
Subinterfaces of CommandConfigurer in org.springframework.richclient.command | |
---|---|
interface |
CommandManager
|
Methods in org.springframework.richclient.command with parameters of type CommandConfigurer | |
---|---|
static CommandGroup |
CommandGroup.createCommandGroup(String groupId,
Object[] members,
CommandConfigurer configurer)
Create a command group which holds all the given members. |
static CommandGroup |
CommandGroup.createExclusiveCommandGroup(String groupId,
Object[] members,
CommandConfigurer configurer)
|
void |
CommandGroupFactoryBean.setCommandConfigurer(CommandConfigurer configurer)
Sets the object that will be used to configure the command objects in the command groups produced by this factory. |
Constructors in org.springframework.richclient.command with parameters of type CommandConfigurer | |
---|---|
CommandGroupFactoryBean(String groupId,
CommandRegistry commandRegistry,
CommandConfigurer commandConfigurer,
Object[] members)
Creates a new CommandGroupFactoryBean . |
Uses of CommandConfigurer in org.springframework.richclient.command.config |
---|
Classes in org.springframework.richclient.command.config that implement CommandConfigurer | |
---|---|
class |
DefaultCommandConfigurer
|
Uses of CommandConfigurer in org.springframework.richclient.command.support |
---|
Classes in org.springframework.richclient.command.support that implement CommandConfigurer | |
---|---|
class |
DefaultCommandManager
|
Methods in org.springframework.richclient.command.support that return CommandConfigurer | |
---|---|
CommandConfigurer |
DefaultCommandManager.getCommandConfigurer()
|
Methods in org.springframework.richclient.command.support with parameters of type CommandConfigurer | |
---|---|
void |
DefaultCommandManager.setCommandConfigurer(CommandConfigurer commandConfigurer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |