Class LayoutTrackViewXml
- java.lang.Object
-
- jmri.configurexml.AbstractXmlAdapter
-
- jmri.jmrit.display.layoutEditor.configurexml.LayoutTrackViewXml
-
- All Implemented Interfaces:
XmlAdapter
- Direct Known Subclasses:
LayoutSlipViewXml
,LayoutTurnoutViewXml
,LayoutTurntableViewXml
,LevelXingViewXml
,PositionablePointViewXml
,TrackSegmentViewXml
public abstract class LayoutTrackViewXml extends AbstractXmlAdapter
Base class for Xml classes for classes that inherits LayoutTrackView.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jmri.configurexml.AbstractXmlAdapter
AbstractXmlAdapter.EnumIO<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoMapped<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoNames<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoNamesNumbers<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoOrdinals<T extends java.lang.Enum<T>>
-
-
Constructor Summary
Constructors Constructor Description LayoutTrackViewXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadLogixNG_Data(LayoutTrackView ltv, org.jdom2.Element element)
void
storeLogixNG_Data(LayoutTrackView ltv, org.jdom2.Element element)
-
Methods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, load, load, loadDeferred, loadOrder, setExceptionHandler, store
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jmri.configurexml.XmlAdapter
store
-
-
-
-
Constructor Detail
-
LayoutTrackViewXml
public LayoutTrackViewXml()
-
-
Method Detail
-
storeLogixNG_Data
public void storeLogixNG_Data(LayoutTrackView ltv, org.jdom2.Element element)
-
loadLogixNG_Data
public void loadLogixNG_Data(LayoutTrackView ltv, org.jdom2.Element element)
-
-