org.springframework.richclient.samples.dataeditor.app
Class DataEditorApplicationLifecycleAdvisor

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
      extended by org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
          extended by org.springframework.richclient.application.config.NavigatorApplicationLifecycleAdvisor
              extended by org.springframework.richclient.taskpane.TaskPaneNavigatorApplicationLifecycleAdvisor
                  extended by org.springframework.richclient.samples.dataeditor.app.DataEditorApplicationLifecycleAdvisor
All Implemented Interfaces:
EventListener, InitializingBean, ApplicationListener

public class DataEditorApplicationLifecycleAdvisor
extends TaskPaneNavigatorApplicationLifecycleAdvisor


Constructor Summary
DataEditorApplicationLifecycleAdvisor()
           
 
Method Summary
 void onPreStartup()
          Hook called right before the applicationWindow is created.
 void onWindowOpened(ApplicationWindow window)
          Hook called right after the window (JFrame) of the application is shown (setVisible(true)).
 
Methods inherited from class org.springframework.richclient.taskpane.TaskPaneNavigatorApplicationLifecycleAdvisor
hasOnlyOneExpanded, setOnlyOneExpanded
 
Methods inherited from class org.springframework.richclient.application.config.NavigatorApplicationLifecycleAdvisor
getNavigationCommandGroup, setNavigationBeanName
 
Methods inherited from class org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
addChildCommandContext, createWindowCommandManager, getChildCommandContexts, getCommandBarFactory, getCommandGroup, getMenuBarCommandGroup, getToolBarCommandGroup, initNewWindowCommandBarFactory, onApplicationEvent, setMenubarBeanName, setToolbarBeanName, setWindowCommandBarDefinitions, setWindowCommandManagerBeanName
 
Methods inherited from class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
afterPropertiesSet, getApplication, getApplicationServices, getApplicationSessionInitializer, getOpeningWindow, getRegisterableExceptionHandler, getStartingPageId, getStatusBar, onCommandsCreated, onPostStartup, onPreInitialize, onPreWindowClose, onPreWindowOpen, onShutdown, onWindowCreated, setApplication, setApplicationSessionInitializer, setOpeningWindow, setRegisterableExceptionHandler, setStartingPageId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataEditorApplicationLifecycleAdvisor

public DataEditorApplicationLifecycleAdvisor()
Method Detail

onWindowOpened

public void onWindowOpened(ApplicationWindow window)
Description copied from class: ApplicationLifecycleAdvisor
Hook called right after the window (JFrame) of the application is shown (setVisible(true)).

Overrides:
onWindowOpened in class ApplicationLifecycleAdvisor
Parameters:
window - applicationWindow.

onPreStartup

public void onPreStartup()
Description copied from class: ApplicationLifecycleAdvisor
Hook called right before the applicationWindow is created.

Overrides:
onPreStartup in class ApplicationLifecycleAdvisor


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