| 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 |
|---|---|
SwingMessageArea |
MDIApplicationProperties.globalMessageArea
The global message area (may be null).
|
protected SwingMessageArea |
AbstractMDIApplication.message
The MDIApplication associated Message Area.
|
| Modifier and Type | Method and Description |
|---|---|
SwingMessageArea |
MDIApplicationProperties.createGlobalMessageArea(java.awt.Component parent)
Create a message area.
|
SwingMessageArea |
MDIApplicationProperties.createMessageArea(java.awt.Component parent,
boolean isEditable)
Create a message area.By default it will create a
DefaultMessageArea. |
SwingMessageArea |
AbstractMDIApplication.getMessageArea()
Return the MDIApplication Message Area.
|
SwingMessageArea |
AbstractMDIApplication.getMessageArea(SwingFileProperties properties)
Return the MDIApplication MessageArea for a specified properties.
|
| 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.
|
SwingMessageArea |
GUIApplication.getMessageArea(SwingFileProperties properties)
Return the MDIApplication MessageArea for a specified properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMessageArea
Presents a scrollable text area for user messages.
|