Dc interface) and a presentation component
(class implements the Pc
interface)
the application is modeled with exactly on object that implements
the Application interface
a very simple life cycle is defined (the the interfaces for details)
See: Description
| Interface | Description |
|---|---|
| Application |
The Application interface describes the protocol needed to
start/stop an application, to maintain the user properties and
to get/set the application models.
|
| Dc |
This interface describes all methods common to dialog controllers.
These common methods mainly describe the life cycle of a dialog controller and the services it provides. |
| Pc |
This interface describes all methods common to presentation component.
These common methods mainly describe the lifecycle of a presentation component and the services it provides. |
This package holds a very light weight framework for structuring Java Swing or JavaFX applications.
It basically defines
Dc interface) and a presentation component
(class implements the Pc
interface)Application interfaceCopyright © 2016 Jürgen Zeller (privat). All rights reserved.