| 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)
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
EDTExceptionUtil.DefaultFatalErrorReporter
Default implementation of the error reporter,
 logs to System.err and tries to write the exception a file in the user directory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
EDTExceptionUtil.setFatalErrorReporter(EDTExceptionUtil.FatalErrorReporter pFatalErrorReporter)
Sets the fatal error reporter which is used to report an error. 
 | 
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.