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
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.