org.springframework.richclient.command
Interface CommandFactory

All Known Subinterfaces:
CommandManager
All Known Implementing Classes:
ApplicationWindowCommandManager, DefaultCommandManager

public interface CommandFactory

Author:
Keith Donald

Method Summary
 CommandGroup createCommandGroup(String groupId, Object[] members)
           
 ExclusiveCommandGroup createExclusiveCommandGroup(String groupId, Object[] members)
           
 TargetableActionCommand createTargetableActionCommand(String commandId, ActionCommandExecutor commandExecutor)
           
 

Method Detail

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.