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 java.util.Map<java.lang.String,AppliManifestType> |
AbstractApplication.additionalPluginTypes
The additional Plugins Types, optional property.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AppliManifestType> |
AbstractApplication.getAdditionalPluginTypes()
Return the optional additional Plugin Types.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractApplication.addAdditionalPluginType(java.lang.String key,
AppliManifestType manifestType)
Add an additional Plugin type.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,AppliManifestType> |
AbstractJFXApplication.additionalPluginTypes
The additional Plugins Types, optional property.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AppliManifestType> |
AbstractJFXApplication.getAdditionalPluginTypes()
Return the optional additional Plugin Types.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJFXApplication.addAdditionalPluginType(java.lang.String key,
AppliManifestType manifestType)
Add an additional Plugin type.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AppliManifestType> |
MDIApplication.getAdditionalPluginTypes()
Return the optional additional Plugin Types.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginsManager.setAdditionalPluginTypes(java.util.Map<java.lang.String,AppliManifestType> additionalPluginTypes)
Set additional Plugin types for the Plugin manager.
|