|
||||||||||
| 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.
| Field Summary | |
|---|---|
(package private) static org.slf4j.Logger |
log
Deprecated. |
| Constructor Summary | |
|---|---|
LayoutSignalHeadIconXml()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
load(org.jdom.Element element)
Deprecated. Create a set of configured objects from their XML description |
void |
load(org.jdom.Element element,
Object o)
Deprecated. Create a PositionableLabel, then add to a target JLayeredPane |
org.jdom.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 |
| Field Detail |
|---|
static org.slf4j.Logger log
| Constructor Detail |
|---|
public LayoutSignalHeadIconXml()
| Method Detail |
|---|
public org.jdom.Element store(Object o)
o - Object to store, of type LayoutSignalHeadIcon
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 - LayoutEditor as an Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||