Uses of Interface
org.springframework.richclient.application.config.ApplicationWindowAware

Packages that use ApplicationWindowAware
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 ApplicationWindowAware in org.springframework.richclient.command.support
 

Classes in org.springframework.richclient.command.support that implement ApplicationWindowAware
 class AboutCommand
           
 class AbstractWidgetCommand
          Base class for commands that use widgets.
 class ApplicationWindowAwareCommand
          A skeleton implementation of an action command that needs to be aware of the ApplicationWindow in which it resides.
 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 ShowPageMenu
          A menu containing a collection of sub-menu items that each display a given page.
 class ShowViewCommand
          An action command for displaying a View based on a provided ViewDescriptor.
 class ShowViewMenu
          A menu containing a collection of sub-menu items that each display a given view.
 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 ApplicationWindowAware in org.springframework.richclient.samples.showcase.command
 

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

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

Classes in org.springframework.richclient.samples.showcase.view that implement ApplicationWindowAware
 class ShowViewWithInputCommand
          Asks the user for input, then shows the ViewWithInput, passing the input from the user.
 

Uses of ApplicationWindowAware in org.springframework.richclient.security
 

Classes in org.springframework.richclient.security that implement ApplicationWindowAware
 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.