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

Packages that use ParameterizableActionCommandExecutor
org.springframework.richclient.application.mdi.contextmenu   
org.springframework.richclient.command   
org.springframework.richclient.command.support   
org.springframework.richclient.preference   
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.util Misc common utility classes (mostly static-utility) that aim to reduce repeat coding. 
 

Uses of ParameterizableActionCommandExecutor in org.springframework.richclient.application.mdi.contextmenu
 

Classes in org.springframework.richclient.application.mdi.contextmenu that implement ParameterizableActionCommandExecutor
 class CascadeCommand
          Cascades all JInternalFrames in a given JDesktopPane.
 class MinimizeAllCommand
          Minimizes all JInternalFrames in a given JDesktopPane.
 class ShowFrameCommand
          Command to show a JInternalFrame, i.e.
 class TileCommand
          Tiles all JInternalFrames in a given JDesktopPane.
 

Uses of ParameterizableActionCommandExecutor in org.springframework.richclient.command
 

Classes in org.springframework.richclient.command that implement ParameterizableActionCommandExecutor
 class ActionCommand
           
 class TargetableActionCommand
          An ActionCommand that delegates to an internal ActionCommandExecutor.
 class ToggleCommand
           
 

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

Classes in org.springframework.richclient.command.support that implement ParameterizableActionCommandExecutor
 class AboutCommand
           
 class AbstractActionCommandExecutor
           
 class ApplicationWindowAwareCommand
          A skeleton implementation of an action command that needs to be aware of the ApplicationWindow in which it resides.
 class DialogCommand
          Open a dialog.
 class ExitCommand
          An action command that causes the application to exit.
 class HelpContentsCommand
           
 class NewWindowCommand
           
 class ShowPageCommand
          An action command for displaying a Page based on a provided PageDescriptor.
 class ShowViewCommand
          An action command for displaying a View based on a provided ViewDescriptor.
 

Uses of ParameterizableActionCommandExecutor in org.springframework.richclient.preference
 

Classes in org.springframework.richclient.preference that implement ParameterizableActionCommandExecutor
 class PreferenceCommand
           
 

Uses of ParameterizableActionCommandExecutor in org.springframework.richclient.samples.showcase.command
 

Classes in org.springframework.richclient.samples.showcase.command that implement ParameterizableActionCommandExecutor
 class TitleBarTimeStampCommand
          Simple command testing the ApplicationWindowAwareCommand class.
 

Uses of ParameterizableActionCommandExecutor in org.springframework.richclient.samples.showcase.exceptionhandling
 

Classes in org.springframework.richclient.samples.showcase.exceptionhandling that implement ParameterizableActionCommandExecutor
 class HibernateExceptionHandlerCommand
          Throws an InvalidStateException with several InvalidValues to show the HibernateValidatorDialogExceptionHandler.
 class JXErrorDialogExceptionHandlerCommand
          Command throwing the specific JXErrorDialogException that should be caught by the JXErrorDialogExceptionHandler.
 class MessagesDialogExceptionHandlerCommand
          Command throwing the specific MessagesDialogException that should be caught by the MessagesDialogExceptionHandler.
 

Uses of ParameterizableActionCommandExecutor in org.springframework.richclient.samples.showcase.util
 

Classes in org.springframework.richclient.samples.showcase.util that implement ParameterizableActionCommandExecutor
static class AbstractReporterForm.StateSynchronizingToggleCommand
           
 

Uses of ParameterizableActionCommandExecutor in org.springframework.richclient.security
 

Classes in org.springframework.richclient.security that implement ParameterizableActionCommandExecutor
 class LoginCommand
          Provides a login interface to the user.
 class LogoutCommand
          Provides a command to log the current user out.
 

Uses of ParameterizableActionCommandExecutor in org.springframework.richclient.table
 

Classes in org.springframework.richclient.table that implement ParameterizableActionCommandExecutor
 class SortTableCommand
          Listens to a sort list for changes and when they happen, sorts a sortable table model in a separate worker thread.
 

Uses of ParameterizableActionCommandExecutor in org.springframework.richclient.util
 

Classes in org.springframework.richclient.util that implement ParameterizableActionCommandExecutor
 class AdjustFontSizeCommand
           
 



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