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. |
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
interface |
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/... |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAppDc
The AbstractAppDc implements the common stuff (AppEvent handling)
of the AppDc interface.
|
class |
AbstractDialogDc
The AbstractDialogDc implements the common stuff (AppEvent handling,
canPassivate check) of the DialogDc interface.
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.