Uses of Package
org.springframework.richclient.command

Packages that use org.springframework.richclient.command
org.springframework.richclient.application Base application interfaces/classes. 
org.springframework.richclient.application.config   
org.springframework.richclient.application.mdi.contextmenu   
org.springframework.richclient.application.setup   
org.springframework.richclient.application.support   
org.springframework.richclient.command   
org.springframework.richclient.command.config   
org.springframework.richclient.command.support   
org.springframework.richclient.dialog   
org.springframework.richclient.dialog.support   
org.springframework.richclient.form   
org.springframework.richclient.list   
org.springframework.richclient.preference   
org.springframework.richclient.samples.petclinic.ui   
org.springframework.richclient.samples.showcase.command   
org.springframework.richclient.samples.showcase.exceptionhandling   
org.springframework.richclient.samples.showcase.util   
org.springframework.richclient.security Integrates Acegi Security System for Spring into RCP. 
org.springframework.richclient.table   
org.springframework.richclient.table.support   
org.springframework.richclient.text   
org.springframework.richclient.util Misc common utility classes (mostly static-utility) that aim to reduce repeat coding. 
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.application
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
CommandManager
           
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.application.config
CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.application.mdi.contextmenu
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
CommandManager
           
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.application.setup
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.application.support
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
CommandFactory
           
CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
CommandManager
           
CommandRegistry
          A registry for command objects.
CommandServices
          This service delivers the necessary factories and configurers to use with commands.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.command
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
ActionCommandInterceptor
          Implementations of this interface can be assigned to an action command to intercept command execution.
CommandException
          Indicates that a runtime or configuration error has occurred within the Command framework.
CommandFactory
           
CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
CommandGroupEvent
           
CommandGroupListener
           
CommandGroupModelBuilder
          CommandGroupModelBuilder is a helper class that allows to build Object Models derived from ready command-group structures.
CommandNotOfRequiredTypeException
          Indicates that a command object was not of the expected type.
CommandRegistry
          A registry for command objects.
CommandRegistryEvent
          An event object that originated from a CommandRegistry.
CommandRegistryListener
           
CommandServices
          This service delivers the necessary factories and configurers to use with commands.
ExclusiveCommandGroup
           
ExclusiveCommandGroupSelectionController
           
ExpansionPointGroupMember
          A collection of GroupMembers that represent a subsection of a CommandGroup.
GroupContainerPopulator
          A strategy interface for adding components to an underlying Container.
GroupMember
          A member of a CommandGroup.
GroupMemberList
           
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
TargetableActionCommand
          An ActionCommand that delegates to an internal ActionCommandExecutor.
ToggleCommand
           
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.command.config
AbstractCommand
           Base class for commands.
CommandServices
          This service delivers the necessary factories and configurers to use with commands.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.command.support
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
ActionCommandInterceptor
          Implementations of this interface can be assigned to an action command to intercept command execution.
CommandFactory
           
CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
CommandManager
           
CommandNotOfRequiredTypeException
          Indicates that a command object was not of the expected type.
CommandRegistry
          A registry for command objects.
CommandRegistryEvent
          An event object that originated from a CommandRegistry.
CommandRegistryListener
           
CommandServices
          This service delivers the necessary factories and configurers to use with commands.
ExclusiveCommandGroup
           
GroupContainerPopulator
          A strategy interface for adding components to an underlying Container.
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
TargetableActionCommand
          An ActionCommand that delegates to an internal ActionCommandExecutor.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.dialog
ActionCommand
           
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.dialog.support
ActionCommand
           
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.form
ActionCommand
           
CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.list
ActionCommand
           
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.preference
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.samples.petclinic.ui
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.samples.showcase.command
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.samples.showcase.exceptionhandling
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.samples.showcase.util
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
ToggleCommand
           
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.security
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.table
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.table.support
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.text
CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
CommandManager
           
 

Classes in org.springframework.richclient.command used by org.springframework.richclient.util
AbstractCommand
           Base class for commands.
ActionCommand
           
ActionCommandExecutor
          This interface is to be implemented by objects that are able to execute an action command.
GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
ParameterizableActionCommandExecutor
          Sub-interface of command delegate that allows for parameterization of the command invocation.
 



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