Package jmri.jmrit.display.configurexml
Class SensorIconXml
- java.lang.Object
-
- jmri.configurexml.AbstractXmlAdapter
-
- jmri.jmrit.display.configurexml.PositionableLabelXml
-
- jmri.jmrit.display.configurexml.SensorIconXml
-
- All Implemented Interfaces:
XmlAdapter
public class SensorIconXml extends PositionableLabelXml
Handle configuration for display.SensorIcon objects.
-
-
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 SensorIconXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload(org.jdom2.Element element, java.lang.Object o)Create a PositionableLabel, then add to a target JLayeredPane.(package private) voidloadTextInfo(SensorIcon l, org.jdom2.Element element)org.jdom2.Elementstore(java.lang.Object o)Default implementation for storing the contents of a SensorIcon.protected voidstoreIconInfo(SensorIcon p, org.jdom2.Element element)protected voidstoreTextInfo(SensorIcon p, org.jdom2.Element element)-
Methods inherited from class jmri.jmrit.display.configurexml.PositionableLabelXml
getNamedIcon, load, loadCommonAttributes, loadIcon, loadLogixNG_Data, loadTextInfo, simplifyFontname, 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
-
SensorIconXml
public SensorIconXml()
-
-
Method Detail
-
store
public org.jdom2.Element store(java.lang.Object o)
Default implementation for storing the contents of a SensorIcon.- Specified by:
storein interfaceXmlAdapter- Overrides:
storein classPositionableLabelXml- Parameters:
o- Object to store, of type SensorIcon- Returns:
- Element containing the complete info
-
storeTextInfo
protected void storeTextInfo(SensorIcon p, org.jdom2.Element element)
-
storeIconInfo
protected void storeIconInfo(SensorIcon p, org.jdom2.Element element)
-
load
public void load(org.jdom2.Element element, java.lang.Object o) throws JmriConfigureXmlException
Create a PositionableLabel, then add to a target JLayeredPane.- Specified by:
loadin interfaceXmlAdapter- Overrides:
loadin classPositionableLabelXml- Parameters:
element- Top level Element to unpack.o- an Editor as an Object- Throws:
JmriConfigureXmlException- when a error prevents creating the objects as as required by the input XML
-
loadTextInfo
void loadTextInfo(SensorIcon l, org.jdom2.Element element)
-
-