| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplication
An abstract MDIApplication which does not provide a GUI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJFXApplication
An abstract JavaFX-based 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 | Interface and Description |
|---|---|
interface |
MDIApplication
Interface for the MDIApplication.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GUIApplication
Interface for a Swing GUI MDIApplication.
|
interface |
TabbedApplication
This interface defines Applications which manage removing tabs.
|