|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.application.AbstractApplication
com.sdm.quasar.client.swing.application.AbstractSwingApplication
com.sdm.quasar.client.showcase.helloworld.HelloWorldApplication
| Constructor Summary | |
HelloWorldApplication()
Creates a new HelloWorldApplication. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Starts the Application |
void |
start()
This implementation initializes the additional application components in the following order: ErrorHandler by using AbstractSwingApplication.initializeErrorHandler()
LoggerFactory by using #initializeLogging()
|
void |
stop()
This implementation disposed the application components in the following order if the corresponding component implements Disposable. |
| Methods inherited from class com.sdm.quasar.client.swing.application.AbstractSwingApplication |
attemptToDisplayErrorMessage, createSessionInEDT, getApplicationConfiguration, getErrorMessageForThrowable, initializeErrorHandler |
| Methods inherited from class com.sdm.quasar.client.core.application.AbstractApplication |
collectSystemInfo, extendDestructionException, getApplicationID, getConfigManager, getServiceManager, getSessionManager |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HelloWorldApplication()
HelloWorldApplication.
| Method Detail |
public void start()
AbstractApplicationErrorHandler by using AbstractApplication.initializeErrorHandler()
LoggerFactory by using #initializeLogging()
start in interface Applicationstart in class AbstractApplicationAbstractApplication.start()
public void stop()
throws DisposeException
AbstractApplicationDisposable. Otherwise the component
is skipped.
stop in interface Applicationstop in class AbstractApplicationDisposeException - if there is an exception while disposing the componentsAbstractApplication.stop()public static void main(java.lang.String[] args)
args - command line arguments
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||