|
ej-technologies | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gjt.jclasslib.mdi.MDIConfig
public class MDIConfig
Serializable configuration object for the window state of an MDI frame.
| Nested Class Summary | |
|---|---|
static class |
MDIConfig.InternalFrameDesc
Serializable description object for the state of an internal frame. |
| Constructor Summary | |
|---|---|
MDIConfig()
|
|
| Method Summary | |
|---|---|
MDIConfig.InternalFrameDesc |
getActiveFrameDesc()
Get the internal frame description of the active internal frame. |
java.util.List |
getInternalFrameDescs()
Get the list of internal frame descriptions. |
void |
setActiveFrameDesc(MDIConfig.InternalFrameDesc activeFrameDesc)
Set the internal frame description of the active internal frame. |
void |
setInternalFrameDescs(java.util.List internalFrameDescs)
Set the list of internal frame descriptions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MDIConfig()
| Method Detail |
|---|
public java.util.List getInternalFrameDescs()
public void setInternalFrameDescs(java.util.List internalFrameDescs)
internalFrameDescs - the list.public MDIConfig.InternalFrameDesc getActiveFrameDesc()
public void setActiveFrameDesc(MDIConfig.InternalFrameDesc activeFrameDesc)
activeFrameDesc - the internal frame description.
|
ej-technologies | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||