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.
There is one AppDc/AppPc pair per top-level application window. |
| 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.
A DialogDc object is in one of the following five states: not exist (before new was called) created (new was called and an object exists) initialized (after the call to init()) active (after a call to doActivate()) passive (after a call to doPassivate()) The life cycle is typical for top level dialogs, that can be activated by the user through some menu/toobar/... |
| 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.
|
| AbstractDialogSwingApplication |
AbstractDialogSwingApplication adds app-event support to AbstractSwingApplication.
|
| AbstractSwingAppPc |
The AbstractSwingAppPc implements the common stuff of the AppPc 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.
For dialogs following the SimpleLifeCycle interface this will trigger a call to the doPassivate() method. |
| DialogDescription |
Small helper class that stores the meta data about a dialog.
|
| DialogManager |
This helper class manages the opening and closing of dialogs.
|
| GlassPane |
Small helper class for the block/unblock stuff.
|
| MenuToolBarEvent |
A MenuToolBaarEvent can be used by a DialogPc to change the
Menu/Toolbar.
|
| OpenDialogEvent |
A OpenDialogEvent signals that a dialog should be opend.
For dialogs following the SimpleLifeCycle interface this will trigger a call to the doActivate() method. |
| 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 © 2017 Jürgen Zeller (privat). All rights reserved.