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.
|
org.mdi.bootstrap.swing |
Specific Swing Bootstrap interfaces for the framework.
|
org.mdi.plugins |
Plugins management classes.
|
org.mdi.plugins.jfx |
Specific JavaFX Plugins management classes.
|
org.mdi.plugins.swing |
Specific Swing Plugins management classes.
|
Modifier and Type | Field and Description |
---|---|
protected PluginsManager |
AbstractApplication.pluginsManager
The MDIApplication associated PluginsManager.
|
Modifier and Type | Method and Description |
---|---|
PluginsManager |
AbstractApplication.getPluginsManager()
Return the PluginsManager.
|
Modifier and Type | Field and Description |
---|---|
protected PluginsManager |
AbstractJFXApplication.pluginsManager
The MDIApplication associated PluginsManager.
|
Modifier and Type | Method and Description |
---|---|
PluginsManager |
AbstractJFXApplication.getPluginsManager()
Returns the PluginsManager.
|
Modifier and Type | Method and Description |
---|---|
PluginsEDTSupport |
AbstractJFXApplication.getPluginsEDTSupport(PluginsManager manager)
Return the JavaFX support class for the GUI initialization of Plugins.
|
Modifier and Type | Method and Description |
---|---|
PluginsEDTSupport |
AbstractMDIApplication.getPluginsEDTSupport(PluginsManager manager)
Return the Swing support class for the GUI initialization of Plugins.
|
Modifier and Type | Method and Description |
---|---|
PluginsManager |
MDIApplication.getPluginsManager()
Return the PluginsManager.
|
Modifier and Type | Method and Description |
---|---|
default PluginsEDTSupport |
MDIApplication.getPluginsEDTSupport(PluginsManager manager)
Return the support class for the GUI initialization of Plugins.
|
Modifier and Type | Method and Description |
---|---|
default PluginsEDTSupport |
GUIApplication.getPluginsEDTSupport(PluginsManager manager)
Return the Swing support class for the GUI initialization of Plugins.
|
Modifier and Type | Field and Description |
---|---|
protected PluginsManager |
AbstractPluginsEDTSupport.manager
The plugins manager.
|
Constructor and Description |
---|
AbstractPluginsEDTSupport(PluginsManager manager) |
DefaultPluginsEDTSupport(PluginsManager manager) |
Constructor and Description |
---|
JFXPluginsEDTSupport(PluginsManager manager) |
Modifier and Type | Method and Description |
---|---|
void |
PluginsMenuFactory.registerPlugins(PluginsManager manager)
Register the list of Plugins.
|
Constructor and Description |
---|
SwingPluginsEDTSupport(PluginsManager manager) |