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.security Integrates Acegi Security System for Spring into RCP. 
 

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

Subclasses of ApplicationWindowAwareCommand in org.springframework.richclient.command.support
 class AboutCommand
           
 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 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.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-2008 The Spring Framework. All Rights Reserved.