Package | Description |
---|---|
org.mdi.app.swing |
Specific Swing classes for the Main package of 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 ProgressInterface |
AbstractMDIMenuFactory.progress
The Splash Screen, if there is any.
|
Modifier and Type | Method and Description |
---|---|
ProgressInterface |
AbstractMDIMenuFactory.getProgressInterface()
Return the progress interface for the menu factory.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMDIMenuFactory.setProgressInterface(ProgressInterface progress)
Set the progress interface for the menu factory.
|
Modifier and Type | Method and Description |
---|---|
ProgressInterface |
MDIMenuFactory.getProgressInterface()
Return the progress interface for the menu factory.
|
Modifier and Type | Method and Description |
---|---|
void |
MDIMenuFactory.setProgressInterface(ProgressInterface progress)
Set the progress interface for the menu factory.
|
Modifier and Type | Class and Description |
---|---|
class |
SplashScreen
Splash screen
|
Modifier and Type | Method and Description |
---|---|
void |
PluginsManager.setProgress(ProgressInterface progress,
int progressMax)
Configure the Progress bar during the Plugins loading and initialization.
|