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 MDISettings |
AbstractMDIMenuFactory.settingsAction
The MDIApplication Settings component, if there is any.
|
Modifier and Type | Method and Description |
---|---|
MDISettings |
AbstractMDIMenuFactory.createDefaultMDISettings(java.lang.String name)
Create a default settings component.
|
MDISettings |
AbstractMDIMenuFactory.getMDISettings()
Return the MDIApplication settings component.
|
Modifier and Type | Method and Description |
---|---|
MDISettings |
MDIMenuFactory.createDefaultMDISettings(java.lang.String name)
Create a default settings component.
|
MDISettings |
MDIMenuFactory.getMDISettings()
Return the settings component.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSettingsAction
An action for the Settings menu.
|
class |
DefaultSettingsAction
A default action implementation for the Settings menu.
|
Modifier and Type | Field and Description |
---|---|
protected MDISettings |
PluginsMenuFactory.settingsAction
The settings component.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginsMenuFactory.setMDISettings(MDISettings mdiSettings)
Set the settings component to use for plugins Settings.
|
void |
PluginsMenuFactory.setSettingsAction(MDISettings mdiSettings)
Deprecated.
|