Package | Description |
---|---|
net.sf.cuf.fw |
This package holds a very light weight framework for structuring Java Swing or JavaFX applications.
It basically defines each dialog is modeled as a strongly coupled pair of a dialog component (class implements the interface) and a presentation component
(class implements the
interface)
the application is modeled with exactly on object that implements
the interface
a very simple life cycle is defined (the the interfaces for details)
|
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 | Class and Description |
---|---|
class |
AbstractFxApplication
Base class for a CUF JavaFX application.
|
class |
AbstractSwingApplication
This class can be taken as a starting point for your a new Swing application.
|
Modifier and Type | Method and Description |
---|---|
static void |
EDTExceptionUtil.setApp(Application pApp)
Set back link to the application.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DialogApplication
A DialogApplication enhances the basic Application interface
with support for AppEvent's and a more complex dialog management.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDialogSwingApplication
AbstractDialogSwingApplication adds app-event support to AbstractSwingApplication.
|
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.
|
Constructor and Description |
---|
DialogManager(Application pApp)
Creates a new dialog manager.
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.