|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.application.AbstractBean
org.jdesktop.application.Application
org.jdesktop.application.SingleFrameApplication
ch.elca.el4j.services.gui.swing.GUIApplication
ch.elca.el4j.services.gui.swing.AbstractMDIApplication
ch.elca.el4j.services.gui.swing.MDIApplication
public abstract class MDIApplication
Parent class for MDI applications not using an XML GUI description.
MDI Applications using XML GUIs should use AbstractMDIApplication.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ch.elca.el4j.services.gui.swing.AbstractMDIApplication |
|---|
AbstractMDIApplication.ListenerToEvent |
| Nested classes/interfaces inherited from class org.jdesktop.application.Application |
|---|
org.jdesktop.application.Application.ExitListener |
| Field Summary | |
|---|---|
protected JDesktopPane |
desktopPane
The desktop pane of this MDIApplication. |
protected WindowManager |
m_windowManager
Helps to manage the mdi menu and pane. |
| Fields inherited from class ch.elca.el4j.services.gui.swing.GUIApplication |
|---|
actionsContext, config, springContext |
| Constructor Summary | |
|---|---|
MDIApplication()
|
|
| Method Summary | |
|---|---|
protected void |
createDefaultDesktopPane()
Creates a default desktop pane with a default Menu This method could be overridden in case you would like another desktop pane. |
protected JDesktopPane |
getDesktopPane()
|
| Methods inherited from class ch.elca.el4j.services.gui.swing.AbstractMDIApplication |
|---|
show, show |
| Methods inherited from class ch.elca.el4j.services.gui.swing.GUIApplication |
|---|
getAction, getActionsContext, getConfig, getInstance, getSpringContext, getString, launch, setConfig, setSpringContext, show, showMain, showMain, showMain, shutdown |
| Methods inherited from class org.jdesktop.application.SingleFrameApplication |
|---|
configureWindow, getMainFrame, getMainView, setMainFrame, show, show, show |
| Methods inherited from class org.jdesktop.application.Application |
|---|
addExitListener, create, end, exit, exit, getContext, getExitListeners, getInstance, hide, initialize, launch, quit, ready, removeExitListener, setInstance, startup, waitForReady |
| Methods inherited from class org.jdesktop.application.AbstractBean |
|---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JDesktopPane desktopPane
createDefaultDesktopPane()protected WindowManager m_windowManager
| Constructor Detail |
|---|
public MDIApplication()
| Method Detail |
|---|
protected JDesktopPane getDesktopPane()
getDesktopPane in class AbstractMDIApplicationprotected void createDefaultDesktopPane()
desktopPane
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||