See: Description
| Interface | Description |
|---|---|
| DefaultMDIDialogBuilder.DialogListener |
Listens to apply or cancel on the dialog.
|
| MessageAreaType |
The message area types for the application.
|
| Class | Description |
|---|---|
| AbstractMDIApplication |
An abstract
MDIApplication implementation, which have a GUI. |
| AbstractMDILauncher<A extends AbstractMDIApplication> |
THis is a tentative class to use the frameork on Mac OS X.
|
| AbstractMDIMenuFactory |
This class creates the Menus for an
AbstractMDIApplication. |
| DefaultMDIDialogBuilder |
A default MDIDialogBuilder, which has one or more parts which are layout vertically.
|
| DefaultMDIDialogHelper |
A default dialog helper.
|
| MDIApplicationProperties |
The MDI application properties.
|
| MDIMessageDialogHelper |
A helper class to allow to show messages in the current application.
|
| SwingThreadHelper |
A helper class to invoke actions in the Swing event Thread.
|