net.sf.cuf.fw package.See: Description
| Interface | 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.
|
| AppPc |
A AppPc enhances the basic Pc interface with support for AppEvent's
and an enhanced life cycle.
|
| DialogApplication |
A DialogApplication enhances the basic Application interface
with support for AppEvent's and a more complex dialog management.
|
| DialogDc |
A DialogDc enhances the basic Dc interface with a more powerful
dialog lifecycle and support for AppEvent's.
|
| 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.
|
| 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.
|
| Class | Description |
|---|---|
| AbstractAppDc |
The AbstractAppDc implements the common stuff (AppEvent handling)
of the AppDc interface.
|
| AbstractDialogDc |
The AbstractDialogDc implements the common stuff (AppEvent handling,
canPassivate check) of the DialogDc interface.
|
| AbstractDialogPc |
The AbstractDialogPc implements the common stuff (AppEvent handling)
of the DialogPc interface.
|
| BlockEvent |
A BlockEvent is used to by a Dc/Pc to signal "the user should not make any
further input".
|
| CloseDialogEvent |
A CloseDialogEvent signals that a dialog should be closed.
|
| DialogDescription |
Small helper class that stores the meta data about a dialog.
|
| DialogManager |
This helper class manages the opening and closing of dialogs.
|
| MenuToolBarEvent |
A MenuToolBaarEvent can be used by a DialogPc to change the
Menu/Toolbar.
|
| OpenDialogEvent |
A OpenDialogEvent signals that a dialog should be opend.
|
| ShowStatusEvent |
A ShowStatusEvent can be used by any Dc/Pc to change the status
bar of an application.
|
| UserProperties |
Utility for reading and writing properties to users home directory.
|
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.
The following stuff was added:
SimpleLifeCycle for details)MenuToolBarEvent, BlockEvent, ShowStatusEvent for details)Copyright © 2014 Jürgen Zeller (privat). All rights reserved.