Uses of Interface
org.springframework.richclient.command.config.CommandFaceDescriptorRegistry

Packages that use CommandFaceDescriptorRegistry
org.springframework.richclient.application.support   
org.springframework.richclient.command   
org.springframework.richclient.command.support   
 

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

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

Uses of CommandFaceDescriptorRegistry in org.springframework.richclient.command
 

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

Methods in org.springframework.richclient.command that return CommandFaceDescriptorRegistry
 CommandFaceDescriptorRegistry AbstractCommand.getFaceDescriptorRegistry()
          Returns the CommandFaceDescriptorRegistry of this AbstractCommand which holds all face descriptors.
 

Methods in org.springframework.richclient.command with parameters of type CommandFaceDescriptorRegistry
 void AbstractCommand.setFaceDescriptorRegistry(CommandFaceDescriptorRegistry faceDescriptorRegistry)
          Set the CommandFaceDescriptorRegistry to use when registering/looking up CommandFaceDescriptors.
 

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

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



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