org.springframework.richclient.application.support
Class ApplicationWindowCommandManager

java.lang.Object
  extended by org.springframework.richclient.command.support.DefaultCommandManager
      extended by org.springframework.richclient.application.support.ApplicationWindowCommandManager
All Implemented Interfaces:
BeanFactoryAware, BeanPostProcessor, CommandFactory, CommandManager, CommandRegistry, CommandServices, CommandConfigurer, CommandFaceDescriptorRegistry

public class ApplicationWindowCommandManager
extends DefaultCommandManager


Constructor Summary
ApplicationWindowCommandManager()
           
ApplicationWindowCommandManager(CommandRegistry parent)
           
ApplicationWindowCommandManager(CommandServices commandServices)
           
 
Method Summary
 Iterator getSharedCommands()
           
 void setSharedCommandIds(String[] sharedCommandIds)
           
 
Methods inherited from class org.springframework.richclient.command.support.DefaultCommandManager
addCommandInterceptor, addCommandRegistryListener, configure, containsActionCommand, containsCommand, containsCommandGroup, createCommandGroup, createExclusiveCommandGroup, createTargetableActionCommand, getActionCommand, getButtonFactory, getCommand, getCommand, getCommandConfigurer, getCommandGroup, getCommandServices, getComponentFactory, getDefaultButtonConfigurer, getFaceDescriptor, getMenuFactory, getMenuItemButtonConfigurer, getPullDownMenuButtonConfigurer, getToolBarButtonConfigurer, getToolBarButtonFactory, getType, isTypeMatch, postProcessAfterInitialization, postProcessBeforeInitialization, registerCommand, removeCommandInterceptor, removeCommandRegistryListener, setBeanFactory, setCommandConfigurer, setCommandServices, setParent, setTargetableActionCommandExecutor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationWindowCommandManager

public ApplicationWindowCommandManager()

ApplicationWindowCommandManager

public ApplicationWindowCommandManager(CommandRegistry parent)

ApplicationWindowCommandManager

public ApplicationWindowCommandManager(CommandServices commandServices)
Method Detail

setSharedCommandIds

public void setSharedCommandIds(String[] sharedCommandIds)

getSharedCommands

public Iterator getSharedCommands()


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