| Package | Description |
|---|---|
| net.sf.cuf.fw |
This package holds a very light weight framework for structuring Java Swing or JavaFX applications.
It basically defines each dialog is modeled as a strongly coupled pair of a dialog component (class implements the interface) and a presentation component
(class implements the
interface)
the application is modeled with exactly on object that implements
the interface
a very simple life cycle is defined (the the interfaces for details)
|
| net.sf.cuf.fw2 |
This package contains a "medium" sized framework for structuring a
Java Swing or JavaFX client, and is based on the interfaces in the
net.sf.cuf.fw package. |
| Class and Description |
|---|
| 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. |
| Class and 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. |
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.