| 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.
|
interface |
DialogDc
A DialogDc enhances the basic Dc interface with a more powerful
dialog lifecycle and support for AppEvent's.
|
| 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 © 2014 Jürgen Zeller (privat). All rights reserved.