|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.richclient.application.config.ApplicationLifecycleAdvisor org.springframework.richclient.application.config.DefaultApplicationLifecycleAdvisor de.mindcrimeilab.xsanalyzer.XsAnalyzerLifecycleAdvisor
public class XsAnalyzerLifecycleAdvisor
XsAnalyzerLifecycleAdvisor - created by spring-rich
Constructor Summary | |
---|---|
XsAnalyzerLifecycleAdvisor()
|
Method Summary | |
---|---|
org.springframework.richclient.settings.Settings |
getSettings()
|
org.springframework.richclient.application.statusbar.StatusBar |
getStatusBar()
|
void |
onCommandsCreated(org.springframework.richclient.application.ApplicationWindow window)
Called just after the command context has been internalized. |
void |
onPostStartup()
Called when the application has fully started. |
boolean |
onPreWindowClose(org.springframework.richclient.application.ApplicationWindow window)
Called when the window is being closed. |
void |
onPreWindowOpen(org.springframework.richclient.application.config.ApplicationWindowConfigurer configurer)
This method is called prior to the opening of an application window. |
void |
onShutdown()
|
void |
onWindowCreated(org.springframework.richclient.application.ApplicationWindow window)
Called after the actual window control has been created. |
void |
onWindowOpened(org.springframework.richclient.application.ApplicationWindow window)
Called immediately after making the window visible. |
void |
setSettings(org.springframework.richclient.settings.Settings settings)
|
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, getOpeningWindow, getRegisterableExceptionHandler, getStartingPageId, onPreInitialize, onPreStartup, setApplication, setOpeningWindow, setRegisterableExceptionHandler, setStartingPageId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XsAnalyzerLifecycleAdvisor()
Method Detail |
---|
public void onPreWindowOpen(org.springframework.richclient.application.config.ApplicationWindowConfigurer configurer)
onPreWindowOpen
in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
configurer
- The application window configurerpublic void onCommandsCreated(org.springframework.richclient.application.ApplicationWindow window)
onCommandsCreated
in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
window
- The window who's commands have just been createdpublic void onWindowCreated(org.springframework.richclient.application.ApplicationWindow window)
onWindowCreated
in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
window
- The window being processedpublic void onWindowOpened(org.springframework.richclient.application.ApplicationWindow window)
onWindowOpened
in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
window
- The window being processedpublic boolean onPreWindowClose(org.springframework.richclient.application.ApplicationWindow window)
onPreWindowClose
in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
true
to allow the close, false
to
prevent the close.public void onPostStartup()
onPostStartup
in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
public void onShutdown()
onShutdown
in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
public org.springframework.richclient.settings.Settings getSettings()
public void setSettings(org.springframework.richclient.settings.Settings settings)
settings
- the settings to setpublic org.springframework.richclient.application.statusbar.StatusBar getStatusBar()
getStatusBar
in class org.springframework.richclient.application.config.ApplicationLifecycleAdvisor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |