|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.configurexml.AbstractXmlAdapter
jmri.jmrit.display.layoutEditor.configurexml.LayoutMemoryIconXml
@Deprecated public class LayoutMemoryIconXml
Dummy class, just present so files that refer to this class (e.g. pre JMRI 2.7.8 files) can still be read by deferring to the present class.
| Constructor Summary | |
|---|---|
LayoutMemoryIconXml()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
load(Element element)
Deprecated. Create a set of configured objects from their XML description |
void |
load(Element element,
Object o)
Deprecated. Load, starting with the memoryicon element, then all the value-icon pairs |
Element |
store(Object o)
Deprecated. Default implementation for storing the contents of a LayoutMemoryIcon |
| 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 LayoutMemoryIconXml()
| Method Detail |
|---|
public Element store(Object o)
o - Object to store, of type LayoutMemoryIcon
public boolean load(Element element)
XmlAdapter
element - Top-level XML element containing the description
public void load(Element element,
Object o)
element - 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 | |||||||||