org.springframework.richclient.command
Interface CommandFactory
- All Known Subinterfaces:
- CommandManager
- All Known Implementing Classes:
- ApplicationWindowCommandManager, DefaultCommandManager
public interface CommandFactory
- Author:
- Keith Donald
createTargetableActionCommand
TargetableActionCommand createTargetableActionCommand(String commandId,
ActionCommandExecutor commandExecutor)
createCommandGroup
CommandGroup createCommandGroup(String groupId,
Object[] members)
createExclusiveCommandGroup
ExclusiveCommandGroup createExclusiveCommandGroup(String groupId,
Object[] members)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.