public class KahinaViewConfiguration
extends java.lang.Object
Implementations of this class serve as stores for those properties of a view component that can be manipulated by the user. Implementations of this class should contain all the data necessary to reconstruct a view exactly as it was when restoring a session. The default implementation contains no properties
This class is usually specialized for any given subclass of KahinaView
.
Constructor and Description |
---|
KahinaViewConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
exportXML(org.w3c.dom.Document dom)
Default implementation creates an empty element without type specification
|
static KahinaViewConfiguration |
importXML(org.w3c.dom.Element e)
Default implementation creates an empty KahinaViewConfiguration
|
public static KahinaViewConfiguration importXML(org.w3c.dom.Element e)
e
- the DOM node the configuration is to be read frompublic org.w3c.dom.Element exportXML(org.w3c.dom.Document dom)