|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kahina.core.visual.KahinaViewConfiguration
public class KahinaViewConfiguration
The ancestor class of all view configuration classes.
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 Summary | |
|---|---|
KahinaViewConfiguration()
|
|
| Method Summary | |
|---|---|
Element |
exportXML(Document dom)
Default implementation creates an empty element without type specification |
static KahinaViewConfiguration |
importXML(Element e)
Default implementation creates an empty KahinaViewConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KahinaViewConfiguration()
| Method Detail |
|---|
public static KahinaViewConfiguration importXML(Element e)
e - the DOM node the configuration is to be read from
public Element exportXML(Document dom)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||