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.swing |
Specific Swing Plugins management classes.
|
Modifier and Type | Field and Description |
---|---|
protected MDIAbout |
AbstractMDIMenuFactory.aboutAction
The MDIApplication About component, if there is any.
|
Modifier and Type | Method and Description |
---|---|
MDIAbout |
AbstractMDIMenuFactory.createDefaultMDIAbout(java.lang.String name,
boolean modal)
Create a default About component.
|
MDIAbout |
AbstractMDIMenuFactory.getMDIAbout()
Return the About component.
|
Modifier and Type | Method and Description |
---|---|
MDIAbout |
MDIMenuFactory.createDefaultMDIAbout(java.lang.String name,
boolean modal)
Create a default About component.
|
MDIAbout |
MDIMenuFactory.getMDIAbout()
Return the About component.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAboutAction
An action for the About menu.
|
class |
DefaultAboutAction
A default action implementation for the About menu.
|
Modifier and Type | Field and Description |
---|---|
protected MDIAbout |
PluginsMenuFactory.mdiAbout
The About component.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginsMenuFactory.setMDIAbout(MDIAbout mdiAbout)
Set the about component for using the plugins about list.
|