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 |
AbstractMDIMenuFactory
This class creates the Menus for an
AbstractMDIApplication . |
Modifier and Type | Field and Description |
---|---|
protected MDIMenuFactory |
AbstractMDIApplication.mfactory
The MDIApplication associated Menu Factory.
|
Modifier and Type | Method and Description |
---|---|
MDIMenuFactory |
AbstractMDIApplication.getMenuFactory()
Return the associated menu factory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMDIApplication.preparePanels(boolean hasStatusbar,
boolean hasToolBar,
MDIMenuFactory mfactory)
Prepare the various panels of the MDIApplication, wihtout any Message Area.
|
protected void |
AbstractMDIApplication.preparePanels(int messageAreaSize,
boolean hasStatusbar,
boolean hasToolBar,
MDIMenuFactory mfactory)
Prepare the various panels of the MDIApplication.
|
protected void |
AbstractMDIApplication.preparePanels(int messageAreaSize,
MDIMenuFactory mfactory)
Prepare the various panels of the MDIApplication, with a message area, a toolbar, and a status bar.
|
protected void |
AbstractMDIApplication.preparePanels(SwingMessageArea area,
boolean hasStatusbar,
boolean hasToolBar,
MDIMenuFactory mfactory)
Prepare the various panels of the MDIApplication.
|
void |
AbstractMDIApplication.setMenuFactory(MDIMenuFactory mfactory)
Set the associated menu factory.
|
Modifier and Type | Method and Description |
---|---|
MDIMenuFactory |
GUIApplication.getMenuFactory()
Return the MDIApplication Menu Factory.
|