| 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 | Method and Description |
|---|---|
static Map<String,DialogDescription> |
DialogDescription.loadKnownDialogs(String pFileName)
Load known dialogs from a properties file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DialogDescription.initDialogs(Map<String,DialogDescription> pKnownDialogs,
Application pApp,
Dc pParent,
Map<String,? super Object> pArgs)
Initialize the Dc's for a map of dialog descriptions.
|
void |
DialogManager.setKnownDialogs(Map<String,DialogDescription> pKnownDialogs)
Sets the known dialogs of this DialogManager.
|
Copyright © 2014 Jürgen Zeller (privat). All rights reserved.