|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.jmrit.display.configurexml.LevelXingXml
public class LevelXingXml
This module handles configuration for display.LevelXing objects for a LayoutEditor.
| Constructor Summary | |
|---|---|
LevelXingXml()
|
|
| Method Summary | |
|---|---|
void |
load(org.jdom.Element element)
Create a set of configured objects from their XML description |
void |
load(org.jdom.Element element,
Object o)
Load, starting with the levelxing element, then all the other data |
org.jdom.Element |
store(Object o)
Default implementation for storing the contents of a LevelXing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LevelXingXml()
| Method Detail |
|---|
public org.jdom.Element store(Object o)
store in interface XmlAdaptero - Object to store, of type LevelXing
public void load(org.jdom.Element element)
XmlAdapter
load in interface XmlAdapterelement - Top-level XML element containing the description
public void load(org.jdom.Element element,
Object o)
load in interface XmlAdapterelement - Top level Element to unpack.o - LayoutEditor as an Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||