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 | Class and Description |
---|---|
class |
AbstractMDIApplication
An abstract
MDIApplication implementation, which have a GUI. |
Modifier and Type | Field and Description |
---|---|
protected GUIApplication |
AbstractMDIMenuFactory.appli
The MDIApplication.
|
protected GUIApplication |
DefaultMDIDialogHelper.gui
The GUI application.
|
Modifier and Type | Method and Description |
---|---|
GUIApplication |
AbstractMDIMenuFactory.getApplication()
Return the Application.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMDIMenuFactory.init(GUIApplication appli,
boolean hasToolBar)
Initialize the Menu Factory.
|
Constructor and Description |
---|
DefaultMDIDialogHelper(GUIApplication gui)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TabbedApplication
This interface defines Applications which manage removing tabs.
|
Modifier and Type | Method and Description |
---|---|
GUIApplication |
MDIMenuFactory.getApplication()
Return the Application.
|
Modifier and Type | Method and Description |
---|---|
void |
MDIMenuFactory.init(GUIApplication appli,
boolean hasToolBar)
Initialize the Menu Factory.
|
default void |
MDIAbout.setApplication(GUIApplication appli)
Set the application.
|
default void |
MDISettings.setApplication(GUIApplication appli)
Set the application.
|
Modifier and Type | Field and Description |
---|---|
protected GUIApplication |
AbstractAboutAction.app
The Gui application.
|
protected GUIApplication |
AbstractSettingsAction.app
The Gui application.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultAboutAction.setApplication(GUIApplication appli)
Set the application.
|
void |
DefaultSettingsAction.setApplication(GUIApplication appli)
Set the application.
|
Constructor and Description |
---|
AbstractAboutAction(GUIApplication app,
java.lang.String name)
Constructor.
|
AbstractSettingsAction(GUIApplication app,
java.lang.String name)
Constructor.
|
AbstractSettingsAction(GUIApplication app,
java.lang.String name,
javax.swing.Icon icon)
Constructor.
|
DefaultAboutAction(GUIApplication app,
java.lang.String name)
Constructor.
|
DefaultAboutAction(GUIApplication app,
java.lang.String name,
boolean modal)
Constructor.
|
DefaultSettingsAction(GUIApplication app,
java.lang.String name)
Constructor.
|
DefaultSettingsAction(GUIApplication app,
java.lang.String name,
javax.swing.Icon icon)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected GUIApplication |
PluginsMenuFactory.app
The GUIApplication.
|
Constructor and Description |
---|
PluginsMenuFactory(GUIApplication app)
Create the factory.
|