| Package | Description |
|---|---|
| org.mdi.app |
Main package of the framework.
|
| org.mdi.app.jfx |
Specific JavaFX classes for the Main package of the framework.
|
| org.mdi.app.swing |
Specific Swing classes for the Main package of the framework.
|
| org.mdi.bootstrap |
Minimal Bootstrap interfaces for the framework.
|
| Modifier and Type | Field and Description |
|---|---|
protected ErrorLogger |
AbstractApplication.errorLogger
The Error logger.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorLogger |
AbstractApplication.getErrorLogger()
Return the error logger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractApplication.setErrorLogger(ErrorLogger errorLogger)
Set the error logger.
|
| Modifier and Type | Field and Description |
|---|---|
protected ErrorLogger |
AbstractJFXApplication.errorLogger
The error logger.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorLogger |
AbstractJFXApplication.getErrorLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJFXApplication.setErrorLogger(ErrorLogger errorLogger) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SwingThreadHelper.invokeAndWait(java.lang.Runnable runnable,
ErrorLogger logger)
Invoke a runnable in the Swing Event Thread.
|
static void |
SwingThreadHelper.invokeLater(java.lang.Runnable runnable,
boolean postInQueue,
ErrorLogger logger)
Invoke a runnable in the Swing Event Thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultErrorLogger
A default error logger.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorLogger |
MDIApplication.getErrorLogger()
Return the error logger.
|