|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ApplicationClient |
Definition of an interface for objects that need a reference to the actual
Application object. |
| ApplicationContext | Definition of an interface for accessing application global information. |
| ApplicationShutdownListener | Definition of an interface for listeners that want to be notified when the application terminates. |
| Class Summary | |
|---|---|
| Application | The main startup class of the GUI application framework. |
| ApplicationBuilderData |
The application specific default implementation of the BuilderData
interface. |
| ApplicationContextImpl |
A default implementation of the ApplicationContext interface. |
| CommandActionTask |
A specialized action task that executes a Command object. |
| Exception Summary | |
|---|---|
| ApplicationException |
An exception class that indicates error conditions related to the
Application class. |
| ApplicationRuntimeException |
An exception class for reporting runtime exceptions that are related to
objects or operations invoked on them. |
In this package the main application class can be found.
Application is the start up class of this framework. An instance
initializes all required helper classes and constructs the GUI. It also controls
the command dispatch thread.
The Application class is fully functional; it can be directly used.
If customization is required (e.g. if some of the helper classes are to be
replaced) or if command line arguments need to be processed, a custom
application class can be derived from this class.
$Id: package.html 156 2009-03-03 21:04:47Z oheger $
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||