Uses of Class
jmri.jmrit.logixng.util.LogixNG_SelectString
-
-
Uses of LogixNG_SelectString in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return LogixNG_SelectString Modifier and Type Method Description LogixNG_SelectString
ActionBlock. getSelectBlockValue()
LogixNG_SelectString
WebRequest. getSelectUrl()
LogixNG_SelectString
WebRequest. getSelectUserAgent()
LogixNG_SelectString
ForEach. getSelectVariable()
-
Uses of LogixNG_SelectString in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return LogixNG_SelectString Modifier and Type Method Description LogixNG_SelectString
ExpressionBlock. getSelectBlockValue()
LogixNG_SelectString
FileAsFlag. getSelectFilename()
LogixNG_SelectString
AnalogExpressionLocalVariable. getSelectNamedBean()
-
Uses of LogixNG_SelectString in jmri.jmrit.logixng.util
Methods in jmri.jmrit.logixng.util that return LogixNG_SelectString Modifier and Type Method Description LogixNG_SelectString
LogixNG_SelectCharset. getSelectUserSpecified()
Methods in jmri.jmrit.logixng.util with parameters of type LogixNG_SelectString Modifier and Type Method Description void
LogixNG_SelectString. copy(LogixNG_SelectString copy)
-
Uses of LogixNG_SelectString in jmri.jmrit.logixng.util.configurexml
Methods in jmri.jmrit.logixng.util.configurexml with parameters of type LogixNG_SelectString Modifier and Type Method Description void
LogixNG_SelectStringXml. load(org.jdom2.Element strElement, LogixNG_SelectString selectStr)
void
LogixNG_SelectStringXml. loadLegacy(org.jdom2.Element shared, LogixNG_SelectString selectStr, 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_SelectStringXml. store(LogixNG_SelectString selectStr, java.lang.String tagName)
Default implementation for storing the contents of a LogixNG_SelectEnum -
Uses of LogixNG_SelectString in jmri.jmrit.logixng.util.swing
Methods in jmri.jmrit.logixng.util.swing with parameters of type LogixNG_SelectString Modifier and Type Method Description javax.swing.JPanel
LogixNG_SelectStringSwing. createFilenamePanel(LogixNG_SelectString selectStr, java.lang.String path)
javax.swing.JPanel
LogixNG_SelectStringSwing. createPanel(LogixNG_SelectString selectStr)
void
LogixNG_SelectStringSwing. updateObject(LogixNG_SelectString selectStr)
boolean
LogixNG_SelectStringSwing. validate(LogixNG_SelectString selectStr, java.util.List<java.lang.String> errorMessages)
-
Uses of LogixNG_SelectString in jmri.jmrix.mqtt.logixng
Methods in jmri.jmrix.mqtt.logixng that return LogixNG_SelectString Modifier and Type Method Description LogixNG_SelectString
Publish. getSelectMessage()
LogixNG_SelectString
Publish. getSelectTopic()
-