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.plugins |
Plugins management classes.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractApplication.pluginsActionPerformed(PluginsEvent event)
Does nothing by default.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJFXApplication.pluginsActionPerformed(PluginsEvent event)
Does nothing by default.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginsListener.pluginsActionPerformed(PluginsEvent event)
Fired when an event is registered.
|