Class GlobalVariableIconXml
- java.lang.Object
-
- jmri.configurexml.AbstractXmlAdapter
-
- jmri.jmrit.display.configurexml.PositionableLabelXml
-
- jmri.jmrit.display.configurexml.GlobalVariableIconXml
-
- jmri.jmrit.display.layoutEditor.configurexml.GlobalVariableIconXml
-
- All Implemented Interfaces:
XmlAdapter
public class GlobalVariableIconXml extends GlobalVariableIconXml
Handle configuration for display.layoutEditor.MemoryIcon objects. Adapter needs to find a class here
-
-
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 GlobalVariableIconXml()
-
Method Summary
-
Methods inherited from class jmri.jmrit.display.configurexml.GlobalVariableIconXml
load, store
-
Methods inherited from class jmri.jmrit.display.configurexml.PositionableLabelXml
getNamedIcon, load, loadCommonAttributes, loadIcon, loadLogixNG_Data, loadTextInfo, storeCommonAttributes, storeIcon, storeLogixNG_Data, storeTextInfo
-
Methods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, loadDeferred, loadOrder, setExceptionHandler, store
-
-
-
-
Constructor Detail
-
GlobalVariableIconXml
public GlobalVariableIconXml()
-
-