- java.lang.Object
-
- ilusr.persistencelib.configuration.XmlConfigurationObject
-
- ilusr.iroshell.persistence.MDIPersistence
-
- All Implemented Interfaces:
ilusr.persistencelib.configuration.IXmlConfigurationObject
,ilusr.persistencelib.configuration.PersistXml
public class MDIPersistence extends ilusr.persistencelib.configuration.XmlConfigurationObject
- Author:
- Jeff Riggle
-
-
Constructor Summary
Constructors Constructor Description MDIPersistence()
MDIPersistence(ilusr.persistencelib.configuration.XmlConfigurationObject config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convertFromPersistence(ilusr.persistencelib.configuration.XmlConfigurationObject config)
DockAreaPersistence
getDockArea()
void
setDockArea(DockAreaPersistence dockArea)
-
Methods inherited from class ilusr.persistencelib.configuration.XmlConfigurationObject
addChild, addChildren, addConfigurationProperties, addConfigurationProperty, children, clearChildren, clearConfigurationProperties, configurationProperties, getChildObject, getChildValue, getValueType, load, name, name, persist, removeChild, removeChildren, removeConfigurationProperties, removeConfigurationProperty, value, value
-
-
-
-
Constructor Detail
-
MDIPersistence
public MDIPersistence(ilusr.persistencelib.configuration.XmlConfigurationObject config) throws TransformerConfigurationException, ParserConfigurationException
- Parameters:
config
- A @see XmlConfigurationObject to restore.- Throws:
TransformerConfigurationException
ParserConfigurationException
-
MDIPersistence
public MDIPersistence() throws TransformerConfigurationException, ParserConfigurationException
-
-
Method Detail
-
getDockArea
public DockAreaPersistence getDockArea()
- Returns:
- The @see DockAreaPersistence associated with this document.
-
setDockArea
public void setDockArea(DockAreaPersistence dockArea)
- Parameters:
dockArea
- The @see DockAreaPersistence associated with this document.
-
convertFromPersistence
public void convertFromPersistence(ilusr.persistencelib.configuration.XmlConfigurationObject config)
- Parameters:
config
- A @see XmlConfigurationObject to restore.
-
-