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.bootstrap |
Minimal Bootstrap interfaces for the framework.
|
Modifier and Type | Field and Description |
---|---|
protected ConfigurationManager |
AbstractApplication.confmanager
The MDIApplication associated ConfigurationManager.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationManager |
AbstractApplication.getConfigurationManager()
Return the Configuration Manager.
|
Modifier and Type | Field and Description |
---|---|
protected ConfigurationManager |
AbstractJFXApplication.confmanager
The MDIApplication associated ConfigurationManager.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationManager |
AbstractJFXApplication.getConfigurationManager()
Returns the Configuration Manager.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationManager |
MDIApplication.getConfigurationManager()
Return the Configuration Manager.
|