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