|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.configurexml.AbstractXmlAdapter
jmri.managers.configurexml.ProxyTurnoutManagerXml
public class ProxyTurnoutManagerXml
Handle XML persistance of ProxyTurnoutManager
This class is named as being the persistant form of the ProxyTurnoutManager class, but there's no object of that form created or used.
| Constructor Summary | |
|---|---|
ProxyTurnoutManagerXml()
|
|
| Method Summary | |
|---|---|
boolean |
load(org.jdom.Element element)
Create a set of configured objects from their XML description |
void |
load(org.jdom.Element element,
Object o)
Doesn't need to do anything, shouldn't get invoked |
org.jdom.Element |
store(Object o)
Default implementation for storing the static contents of a PositionableLabel |
| Methods inherited from class jmri.configurexml.AbstractXmlAdapter |
|---|
creationErrorEncountered, getConfigXmlManager, loadDeferred, loadOrder, setConfigXmlManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyTurnoutManagerXml()
| Method Detail |
|---|
public org.jdom.Element store(Object o)
o - Object to store, of type PositionableLabel
public boolean load(org.jdom.Element element)
XmlAdapter
element - Top-level XML element containing the description
public void load(org.jdom.Element element,
Object o)
element - Top level Element to unpack.o - PanelEditor as an Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||