Uses of Interface
org.springframework.richclient.command.CommandServices

Packages that use CommandServices
org.springframework.richclient.application.support   
org.springframework.richclient.command   
org.springframework.richclient.command.config   
org.springframework.richclient.command.support   
 

Uses of CommandServices in org.springframework.richclient.application.support
 

Classes in org.springframework.richclient.application.support that implement CommandServices
 class ApplicationWindowCommandManager
           
 

Methods in org.springframework.richclient.application.support with parameters of type CommandServices
 void DefaultApplicationServices.setCommandServices(CommandServices commandServices)
          Set the command services service implementation
 

Constructors in org.springframework.richclient.application.support with parameters of type CommandServices
ApplicationWindowCommandManager(CommandServices commandServices)
           
 

Uses of CommandServices in org.springframework.richclient.command
 

Subinterfaces of CommandServices in org.springframework.richclient.command
 interface CommandManager
           
 

Methods in org.springframework.richclient.command that return CommandServices
protected  CommandServices AbstractCommand.getCommandServices()
          Returns the CommandServices for this AbstractCommand.
 

Methods in org.springframework.richclient.command with parameters of type CommandServices
 void AbstractCommand.setCommandServices(CommandServices services)
          Set the CommandServices.
 

Uses of CommandServices in org.springframework.richclient.command.config
 

Methods in org.springframework.richclient.command.config that return CommandServices
protected  CommandServices DefaultCommandConfigurer.getCommandServices()
           
 

Methods in org.springframework.richclient.command.config with parameters of type CommandServices
 void DefaultCommandConfigurer.setCommandServices(CommandServices services)
           
 

Constructors in org.springframework.richclient.command.config with parameters of type CommandServices
DefaultCommandConfigurer(CommandServices commandServices)
           
 

Uses of CommandServices in org.springframework.richclient.command.support
 

Classes in org.springframework.richclient.command.support that implement CommandServices
 class DefaultCommandManager
           
 class DefaultCommandServices
           
 

Methods in org.springframework.richclient.command.support that return CommandServices
 CommandServices DefaultCommandManager.getCommandServices()
           
 

Methods in org.springframework.richclient.command.support with parameters of type CommandServices
 void DefaultCommandManager.setCommandServices(CommandServices commandServices)
           
 

Constructors in org.springframework.richclient.command.support with parameters of type CommandServices
DefaultCommandManager(CommandServices commandServices)
           
 



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