See: Description
Interface | Description |
---|---|
DefaultMDIDialogBuilder.DialogListener |
Listens to apply or cancel on the dialog.
|
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.
|
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.
|