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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMDIDialogHelper
A default dialog helper.
|
Modifier and Type | Method and Description |
---|---|
MDIDialogHelper |
AbstractMDIApplication.getDialogHelper()
Return the dialog helper.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMDIApplication.setDialogHelper(MDIDialogHelper helper)
Set the dialog helper.
|
Modifier and Type | Method and Description |
---|---|
MDIDialogHelper |
GUIApplication.getDialogHelper()
Return the dialog helper.
|
Modifier and Type | Method and Description |
---|---|
void |
GUIApplication.setDialogHelper(MDIDialogHelper helper)
Set the dialog helper.
|