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 jmri.jmrix.can.cbus.logixng Provides classes for interacting with CBUS Nodes using LogixNG. -
-
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_SelectIntegerActionThrottleFunction. getSelectAddress()LogixNG_SelectIntegerProgramOnMain. getSelectAddress()LogixNG_SelectIntegerProgramOnMain. getSelectCV()LogixNG_SelectIntegerTimeout. getSelectDelay()LogixNG_SelectIntegerActionThrottleFunction. getSelectFunction()LogixNG_SelectIntegerActionClock. getSelectTime()LogixNG_SelectIntegerProgramOnMain. 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 voidLogixNG_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 voidLogixNG_SelectIntegerXml. load(org.jdom2.Element intElement, LogixNG_SelectInteger selectInt)voidLogixNG_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.ElementLogixNG_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.JPanelLogixNG_SelectIntegerSwing. createPanel(LogixNG_SelectInteger selectInteger)voidLogixNG_SelectIntegerSwing. updateObject(LogixNG_SelectInteger selectInteger)booleanLogixNG_SelectIntegerSwing. validate(LogixNG_SelectInteger selectInteger, java.util.List<java.lang.String> errorMessages) -
Uses of LogixNG_SelectInteger in jmri.jmrix.can.cbus.logixng
Methods in jmri.jmrix.can.cbus.logixng that return LogixNG_SelectInteger Modifier and Type Method Description LogixNG_SelectIntegerSendMergCbusEvent. getSelectEventNumber()LogixNG_SelectIntegerSendMergCbusEvent. getSelectNodeNumber()
-