Package | Description |
---|---|
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 | 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 |
---|---|
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 | Class and Description |
---|---|
class |
AbstractPluginsEDTSupport
An abstract class for Plugins EDT support.
|
class |
DefaultPluginsEDTSupport
The default Plugins EDT support.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginsManager.setPluginsEDTSupport(PluginsEDTSupport pluginsEDTSupport)
Set the initialization support of the
MDIPlugin s. |
Modifier and Type | Class and Description |
---|---|
class |
JFXPluginsEDTSupport
The JavaFX Plugins EDT support.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingPluginsEDTSupport
The Swing Plugins EDT support.
|