Class LayoutLHXOverViewXml
- java.lang.Object
 - 
- jmri.configurexml.AbstractXmlAdapter
 - 
- jmri.jmrit.display.layoutEditor.configurexml.LayoutTrackViewXml
 - 
- jmri.jmrit.display.layoutEditor.configurexml.LayoutTurnoutViewXml
 - 
- jmri.jmrit.display.layoutEditor.configurexml.LayoutXOverViewXml
 - 
- jmri.jmrit.display.layoutEditor.configurexml.LayoutLHXOverViewXml
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 XmlAdapter
public class LayoutLHXOverViewXml extends LayoutXOverViewXml
This module handles configuration for display.LayoutTurnoutView objects for a LayoutEditor. 
- 
- 
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>> 
 - 
 
- 
Field Summary
- 
Fields inherited from class jmri.jmrit.display.layoutEditor.configurexml.LayoutTurnoutViewXml
linkEnumMap, tTypeEnumMap 
- 
Fields inherited from class jmri.configurexml.AbstractXmlAdapter
STR_FALSE, STR_NO, STR_TRUE, STR_YES 
 - 
 
- 
Constructor Summary
Constructors Constructor Description LayoutLHXOverViewXml() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddClass(org.jdom2.Element element)- 
Methods inherited from class jmri.jmrit.display.layoutEditor.configurexml.LayoutTurnoutViewXml
getElement, load, load, store 
- 
Methods inherited from class jmri.jmrit.display.layoutEditor.configurexml.LayoutTrackViewXml
loadLogixNG_Data, storeLogixNG_Data 
- 
Methods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, loadDeferred, loadOrder, setExceptionHandler, store 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
LayoutLHXOverViewXml
public LayoutLHXOverViewXml()
 
 - 
 
- 
Method Detail
- 
addClass
protected void addClass(org.jdom2.Element element)
- Overrides:
 addClassin classLayoutXOverViewXml
 
 - 
 
 -