org.springframework.richclient.samples.dataeditor.app
Class DataEditorApplicationLifecycleAdvisor
java.lang.Object
org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor
org.springframework.richclient.application.config.NavigatorApplicationLifecycleAdvisor
org.springframework.richclient.taskpane.TaskPaneNavigatorApplicationLifecycleAdvisor
org.springframework.richclient.samples.dataeditor.app.DataEditorApplicationLifecycleAdvisor
- All Implemented Interfaces:
- EventListener, InitializingBean, ApplicationListener
public class DataEditorApplicationLifecycleAdvisor
- extends TaskPaneNavigatorApplicationLifecycleAdvisor
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.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 |
DataEditorApplicationLifecycleAdvisor
public DataEditorApplicationLifecycleAdvisor()
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.