|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.configurexml.AbstractXmlAdapter
jmri.jmrit.display.configurexml.PositionableLabelXml
jmri.jmrit.display.layoutEditor.configurexml.LayoutReporterIconXml
@Deprecated public class LayoutReporterIconXml
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.LayoutReporterIcon objects.
| Constructor Summary | |
|---|---|
LayoutReporterIconXml()
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 LayoutPositionableLabel, then add to a target JLayeredPane |
Element |
store(Object o)
Deprecated. Default implementation for storing the contents of a LayoutReporterIcon |
| Methods inherited from class jmri.jmrit.display.configurexml.PositionableLabelXml |
|---|
getNamedIcon, loadCommonAttributes, loadIcon, loadTextInfo, storeCommonAttributes, storeIcon, storeTextInfo |
| 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 LayoutReporterIconXml()
| Method Detail |
|---|
public Element store(Object o)
store in interface XmlAdapterstore in class PositionableLabelXmlo - Object to store, of type LayoutReporterIcon
public boolean load(Element element)
XmlAdapter
load in interface XmlAdapterload in class PositionableLabelXmlelement - Top-level XML element containing the description
public void load(Element element,
Object o)
load in interface XmlAdapterload in class PositionableLabelXmlelement - 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 | |||||||||