public class MDIConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MDIConfig.InternalFrameDesc
Serializable description object for the state of an internal frame.
|
| Constructor and Description |
|---|
MDIConfig() |
| Modifier and Type | Method and Description |
|---|---|
MDIConfig.InternalFrameDesc |
getActiveFrameDesc()
Get the internal frame description of the active internal frame.
|
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(List internalFrameDescs)
Set the list of internal frame descriptions.
|
public List getInternalFrameDescs()
public void setInternalFrameDescs(List internalFrameDescs)
internalFrameDescs - the list.public MDIConfig.InternalFrameDesc getActiveFrameDesc()
public void setActiveFrameDesc(MDIConfig.InternalFrameDesc activeFrameDesc)
activeFrameDesc - the internal frame description.