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.
|
Class and Description |
---|
ConfigurationManager
This class is responsible of serializing (when quitting), and deserializing (when opening)
the application configuration.
|
LauncherConf
This singleton class allows to find the user.dir and user.home directories even when the application is launched
remotely.
|
Class and Description |
---|
ConfigurationManager
This class is responsible of serializing (when quitting), and deserializing (when opening)
the application configuration.
|
Class and Description |
---|
AbstractApplication
An abstract MDIApplication which does not provide a GUI.
|
Class and Description |
---|
ConfigurationManager
This class is responsible of serializing (when quitting), and deserializing (when opening)
the application configuration.
|