Package org.springframework.richclient.command.config

Interface Summary
CommandButtonConfigurer A configurer for Swing buttons that have an associated command.
CommandConfigurer An interface to be implemented by classes that are responsible for configuring AbstractCommand instances.
CommandFaceDescriptorRegistry  
CommandIconConfigurable  
CommandLabelConfigurable An object that can be labeled; where a label consists of text, mnemonic, and potentially an accelerator key.
 

Class Summary
CommandButtonIconInfo A parameter object consisting of the various icons that may be displayed on a single command button depending on its state.
CommandButtonLabelInfo An immutable parameter object consisting of the text, mnemonic character, mnemonic character index and keystroke accelerator that may be associated with a labeled command button.
CommandFaceDescriptor A parameter object that contains the information to describe the visual representation of a command object.
DefaultCommandButtonConfigurer The default implementation of the CommandButtonConfigurer interface.
DefaultCommandConfigurer  
MenuItemButtonConfigurer CommandButtonConfigurer implementation for menu items.
PullDownMenuButtonConfigurer CommandButtonConfigurer for pulldown menu buttons.
ToolBarCommandButtonConfigurer Custom CommandButtonConfigurer for buttons on the toolbar.
 



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