|
||||||||||
| 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.LayoutSignalHeadIconXml
@Deprecated public class LayoutSignalHeadIconXml
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. Handle configuration for display.LayoutSignalHeadIcon objects.
| Constructor Summary | |
|---|---|
LayoutSignalHeadIconXml()
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. Create a PositionableLabel, then add to a target JLayeredPane |
Element |
store(Object o)
Deprecated. Default implementation for storing the contents of a LayoutSignalHeadIcon |
| 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 LayoutSignalHeadIconXml()
| Method Detail |
|---|
public Element store(Object o)
o - Object to store, of type LayoutSignalHeadIcon
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 | |||||||||