Uses of Class
org.springframework.richclient.command.support.ApplicationWindowAwareCommand

Packages that use ApplicationWindowAwareCommand
org.springframework.richclient.command.support   
org.springframework.richclient.samples.showcase.command   
org.springframework.richclient.samples.showcase.view   
org.springframework.richclient.security Integrates Spring Security System into RCP. 
 

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

Subclasses of ApplicationWindowAwareCommand in org.springframework.richclient.command.support
 class AboutCommand
           
 class AbstractWidgetCommand
          Base class for commands that use widgets.
 class DataEditorWidgetViewCommand
          Widget command om een DefaultDataEditorWidget te tonen (of een widget die daarvan extend)
 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.
 class WidgetDialogCommand
          Widget Dialog Command shows a specific widget in a dialog.
 class WidgetViewCommand
          Widget command that shows a widget in a view
 

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

Subclasses of ApplicationWindowAwareCommand in org.springframework.richclient.samples.showcase.command
 class TitleBarTimeStampCommand
          Simple command testing the ApplicationWindowAwareCommand class.
 

Uses of ApplicationWindowAwareCommand in org.springframework.richclient.samples.showcase.view
 

Subclasses of ApplicationWindowAwareCommand in org.springframework.richclient.samples.showcase.view
 class ShowViewWithInputCommand
          Asks the user for input, then shows the ViewWithInput, passing the input from the user.
 

Uses of ApplicationWindowAwareCommand in org.springframework.richclient.security
 

Subclasses of ApplicationWindowAwareCommand in org.springframework.richclient.security
 class LoginCommand
          Provides a login interface to the user.
 class LogoutCommand
          Provides a command to log the current user out.
 



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