Package | Description |
---|---|
org.mdi.app |
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.gui.swing |
Specific Swing GUI classes used by the framework.
|
org.mdi.plugins |
Plugins management classes.
|
Modifier and Type | Field and Description |
---|---|
protected ApplicationDesc |
AbstractApplication.appDesc
The application description.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDesc |
AbstractApplication.getApplicationDesc()
Return the Application description.
|
Modifier and Type | Method and Description |
---|---|
default ApplicationDesc |
MDIApplication.getApplicationDesc()
Return the Application description.
|
Modifier and Type | Method and Description |
---|---|
default void |
Configuration.setupApplicationDesc(ApplicationDesc appDesc)
Setup the application description.
|
static void |
MDIConfigUtils.setupApplicationDesc(Configuration config,
java.lang.String resourceName,
ApplicationDesc appDesc)
Set up an Application or Plugin description.
|
static void |
MDIConfigUtils.setupApplicationDesc(java.net.URL resourceURL,
ApplicationDesc appDesc)
Set up an Application or Plugin description.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDesc |
MDIAbout.getApplicationDesc()
Return the Application description to show in the About menu.
|
Modifier and Type | Field and Description |
---|---|
protected ApplicationDesc |
AbstractAboutAction.appDesc
The application description.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDesc |
AbstractAboutAction.getApplicationDesc()
Return the Application description to show in the About menu.
|
Constructor and Description |
---|
SplashScreen(javax.swing.ImageIcon icon,
ApplicationDesc appDesc,
boolean visible)
Creates a new splash screen which displays a picture,
a copyright and a progress bar used to indicate the
loading progress of the application.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDesc |
AbstractPlugin.getPluginDesc()
Return the Plugin description.
|
default ApplicationDesc |
Plugin.getPluginDesc()
Return the Plugin description.
|