Class LogixNG_SelectComboBoxXml
java.lang.Object
jmri.jmrit.logixng.util.configurexml.LogixNG_SelectComboBoxXml
Xml class for jmri.jmrit.logixng.util.LogixNG_SelectComboBox.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(org.jdom2.Element comboBoxElement, LogixNG_SelectComboBox selectComboBox) org.jdom2.Elementstore(LogixNG_SelectComboBox selectComboBox, String tagName) Default implementation for storing the contents of a LogixNG_SelectComboBox
-
Constructor Details
-
LogixNG_SelectComboBoxXml
public LogixNG_SelectComboBoxXml()
-
-
Method Details
-
store
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
-