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.
|
org.mdi.plugins |
Plugins management classes.
|
Modifier and Type | Field and Description |
---|---|
protected Configuration |
AbstractApplication.conf
The associated Configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractApplication.setConfiguration(Configuration conf)
Set the application configuration.
|
Constructor and Description |
---|
ConfigurationManager(java.util.List<Plugin> plugins,
java.util.prefs.Preferences prefRoot,
Configuration conf) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
AbstractJFXApplication.conf
The associated Configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Configuration2
This interface extends the
Configuration class to handle properties in a generic way. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfiguration2
A default implementation of Configuration2 which uses a Map for properties.
|
Modifier and Type | Method and Description |
---|---|
static void |
MDIConfigUtils.setupApplicationDesc(Configuration config,
java.lang.String resourceName,
ApplicationDesc appDesc)
Set up an Application or Plugin description.
|
Modifier and Type | Method and Description |
---|---|
default Configuration |
Plugin.getPluginConfiguration()
Return the Plugin Configuration class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPlugin.setupPluginDesc(Configuration conf)
Setup the content of the plugin description, using the Plugin configuration.
|