Class LogixNG_SelectComboBoxXml
- java.lang.Object
-
- jmri.jmrit.logixng.util.configurexml.LogixNG_SelectComboBoxXml
-
public class LogixNG_SelectComboBoxXml extends java.lang.Object
Xml class for jmri.jmrit.logixng.util.LogixNG_SelectComboBox.
-
-
Constructor Summary
Constructors Constructor Description LogixNG_SelectComboBoxXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load(org.jdom2.Element comboBoxElement, LogixNG_SelectComboBox selectComboBox)
org.jdom2.Element
store(LogixNG_SelectComboBox selectComboBox, java.lang.String tagName)
Default implementation for storing the contents of a LogixNG_SelectComboBox
-
-
-
Constructor Detail
-
LogixNG_SelectComboBoxXml
public LogixNG_SelectComboBoxXml()
-
-
Method Detail
-
store
public org.jdom2.Element store(LogixNG_SelectComboBox selectComboBox, java.lang.String tagName)
Default implementation for storing the contents of a LogixNG_SelectComboBox- Parameters:
selectComboBox
- the LogixNG_SelectTable objecttagName
- the name of the element- Returns:
- Element containing the complete info
-
load
public void load(org.jdom2.Element comboBoxElement, LogixNG_SelectComboBox selectComboBox) throws JmriConfigureXmlException
- Throws:
JmriConfigureXmlException
-
-