| Package | Description |
|---|---|
| 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 |
|---|
| AppDc
A AppDc enhances the basic Dc interface with support for AppEvent's and
serves as a dialog coordinator for any number of DialogDc objects.
|
| CloseDialogEvent
A CloseDialogEvent signals that a dialog should be closed.
|
| DialogDc
A DialogDc enhances the basic Dc interface with a more powerful
dialog lifecycle and support for AppEvent's.
|
| DialogDescription
Small helper class that stores the meta data about a dialog.
|
| DialogManager
This helper class manages the opening and closing of dialogs.
|
| DialogManager.DialogCallback
Callback interface for the opening/closing of a dialog.
|
| DialogPc
A DialogPc enhances the basic Pc interface with
support for AppEvent's,
a standardized interface for a DialogDc to get the visual
presentation for the dialog and
a dispose() method for an enhanced lifecycle.
|
| Disposable
The Disposable interface describes a part of a more complex
lifecycle, and is used to encapsulate the common life cycle of
AppDc, AppPc, DialogDc and DialogPc.
|
| OpenDialogEvent
A OpenDialogEvent signals that a dialog should be opend.
|
| SimpleLifeCycle
The SimpleLifeCycle interface describes a part of a more complex
lifecycle, and is used to encapsulate the common life cycle of
AppDc and DialogDc.
|
Copyright © 2014 Jürgen Zeller (privat). All rights reserved.