Package | Description |
---|---|
org.mdi.app |
Main package of the framework.
|
org.mdi.app.swing |
Specific Swing classes for the Main package of the framework.
|
org.mdi.bootstrap.launcher |
These classes are used to handle the command-line properties.
|
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 | Class and Description |
---|---|
class |
AbstractApplication
An abstract MDIApplication which does not provide a GUI.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMDIApplication
An abstract
MDIApplication implementation, which have a GUI. |
Modifier and Type | Method and Description |
---|---|
void |
CommandLineHandler.setCommandLineListener(CommandLineListener listener)
Set the command-line listener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MDIPlugin<C>
A Plugin which can manage a GUI.
|
interface |
Plugin
This interface defines the common behavior for all registerable Plugins.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMDIPlugin<C>
This class provides a default implementation of the
MDIPlugin interface, which does nothing,
to minimize the effort required to implement this interface. |
class |
AbstractPlugin
This class provides a skeletal implementation of the
Plugin interface, which does nothing, to minimize
the effort required to implement this interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJFXMDIPlugin
An AbstractMDIPlugin which has some additional methods for easing their implementation on JavaFX.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SwingMDIPlugin
A Swing MDI Plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSwingMDIPlugin
An AbstractSwingMDIPlugin which has some additional methods for easing their implementation on Swing.
|