org.springframework.richclient.command
Interface CommandManager

All Superinterfaces:
CommandConfigurer, CommandFaceDescriptorRegistry, CommandFactory, CommandRegistry, CommandServices
All Known Implementing Classes:
ApplicationWindowCommandManager, DefaultCommandManager

public interface CommandManager
extends CommandServices, CommandRegistry, CommandFaceDescriptorRegistry, CommandConfigurer, CommandFactory

Author:
Keith Donald

Method Summary
 void addCommandInterceptor(String commandId, ActionCommandInterceptor interceptor)
           
 void removeCommandInterceptor(String commandId, ActionCommandInterceptor interceptor)
           
 
Methods inherited from interface org.springframework.richclient.command.CommandServices
getButtonFactory, getComponentFactory, getDefaultButtonConfigurer, getMenuFactory, getMenuItemButtonConfigurer, getPullDownMenuButtonConfigurer, getToolBarButtonConfigurer, getToolBarButtonFactory
 
Methods inherited from interface org.springframework.richclient.command.CommandRegistry
addCommandRegistryListener, containsActionCommand, containsCommand, containsCommandGroup, getActionCommand, getCommand, getCommand, getCommandGroup, getType, isTypeMatch, registerCommand, removeCommandRegistryListener, setTargetableActionCommandExecutor
 
Methods inherited from interface org.springframework.richclient.command.config.CommandFaceDescriptorRegistry
getFaceDescriptor
 
Methods inherited from interface org.springframework.richclient.command.config.CommandConfigurer
configure
 
Methods inherited from interface org.springframework.richclient.command.CommandFactory
createCommandGroup, createExclusiveCommandGroup, createTargetableActionCommand
 

Method Detail

addCommandInterceptor

void addCommandInterceptor(String commandId,
                           ActionCommandInterceptor interceptor)

removeCommandInterceptor

void removeCommandInterceptor(String commandId,
                              ActionCommandInterceptor interceptor)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.