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.
|
Modifier and Type | Field and Description |
---|---|
protected SwingMessageArea |
AbstractMDIApplication.message
The MDIApplication associated Message Area.
|
Modifier and Type | Method and Description |
---|---|
SwingMessageArea |
AbstractMDIApplication.getMessageArea()
Return the MDIApplication Message Area.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMDIApplication.preparePanels(SwingMessageArea area,
boolean hasStatusbar,
boolean hasToolBar,
MDIMenuFactory mfactory)
Prepare the various panels of the MDIApplication.
|
protected void |
AbstractMDIApplication.setMessageArea(SwingMessageArea message)
Set the MDIApplication Message Area.
|
Modifier and Type | Method and Description |
---|---|
SwingMessageArea |
GUIApplication.getMessageArea()
Return the MDIApplication MessageArea.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMessageArea
Presents a scrollable text area for user messages.
|