Uses of Class
jmri.jmrit.logixng.util.LogixNG_SelectInteger
-
Packages that use LogixNG_SelectInteger Package Description jmri.jmrit.logixng.actions jmri.jmrit.logixng.util jmri.jmrit.logixng.util.configurexml jmri.jmrit.logixng.util.swing -
-
Uses of LogixNG_SelectInteger in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return LogixNG_SelectInteger Modifier and Type Method Description LogixNG_SelectInteger
ActionThrottleFunction. getSelectAddress()
LogixNG_SelectInteger
ProgramOnMain. getSelectAddress()
LogixNG_SelectInteger
ProgramOnMain. getSelectCV()
LogixNG_SelectInteger
Timeout. getSelectDelay()
LogixNG_SelectInteger
ActionThrottleFunction. getSelectFunction()
LogixNG_SelectInteger
ActionClock. getSelectTime()
LogixNG_SelectInteger
ProgramOnMain. getSelectValue()
-
Uses of LogixNG_SelectInteger in jmri.jmrit.logixng.util
Methods in jmri.jmrit.logixng.util with parameters of type LogixNG_SelectInteger Modifier and Type Method Description void
LogixNG_SelectInteger. copy(LogixNG_SelectInteger copy)
-
Uses of LogixNG_SelectInteger in jmri.jmrit.logixng.util.configurexml
Methods in jmri.jmrit.logixng.util.configurexml with parameters of type LogixNG_SelectInteger Modifier and Type Method Description void
LogixNG_SelectIntegerXml. load(org.jdom2.Element intElement, LogixNG_SelectInteger selectInt)
void
LogixNG_SelectIntegerXml. loadLegacy(org.jdom2.Element shared, LogixNG_SelectInteger selectInt, java.lang.String addressingElementName, java.lang.String valueElementName, java.lang.String referenceElementName, java.lang.String localVariableElementName, java.lang.String formulaElementName)
This method is for backward compability up to and including 4.99.4.Remove this class after 5.0.org.jdom2.Element
LogixNG_SelectIntegerXml. store(LogixNG_SelectInteger selectInt, java.lang.String tagName)
Default implementation for storing the contents of a LogixNG_SelectEnum -
Uses of LogixNG_SelectInteger in jmri.jmrit.logixng.util.swing
Methods in jmri.jmrit.logixng.util.swing with parameters of type LogixNG_SelectInteger Modifier and Type Method Description javax.swing.JPanel
LogixNG_SelectIntegerSwing. createPanel(LogixNG_SelectInteger selectInteger)
void
LogixNG_SelectIntegerSwing. updateObject(LogixNG_SelectInteger selectInteger)
boolean
LogixNG_SelectIntegerSwing. validate(LogixNG_SelectInteger selectInteger, java.util.List<java.lang.String> errorMessages)
-