org.springframework.richclient.command
Interface CommandServices

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

public interface CommandServices

This service delivers the necessary factories and configurers to use with commands.

Author:
Keith Donald

Method Summary
 ButtonFactory getButtonFactory()
           
 ComponentFactory getComponentFactory()
           
 CommandButtonConfigurer getDefaultButtonConfigurer()
           
 MenuFactory getMenuFactory()
           
 CommandButtonConfigurer getMenuItemButtonConfigurer()
           
 CommandButtonConfigurer getPullDownMenuButtonConfigurer()
           
 CommandButtonConfigurer getToolBarButtonConfigurer()
           
 ButtonFactory getToolBarButtonFactory()
           
 

Method Detail

getComponentFactory

ComponentFactory getComponentFactory()

getToolBarButtonFactory

ButtonFactory getToolBarButtonFactory()

getButtonFactory

ButtonFactory getButtonFactory()

getMenuFactory

MenuFactory getMenuFactory()

getDefaultButtonConfigurer

CommandButtonConfigurer getDefaultButtonConfigurer()

getToolBarButtonConfigurer

CommandButtonConfigurer getToolBarButtonConfigurer()

getMenuItemButtonConfigurer

CommandButtonConfigurer getMenuItemButtonConfigurer()

getPullDownMenuButtonConfigurer

CommandButtonConfigurer getPullDownMenuButtonConfigurer()


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