Uses of Class
jmri.jmrit.symbolicprog.EnumVariableValue
-
Packages that use EnumVariableValue Package Description apps.gui3.dp3 The current DecoderPro application, previously known as DecoderPro3.jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.jmrit.symbolicprog.tabbedframe -
-
Uses of EnumVariableValue in apps.gui3.dp3
Fields in apps.gui3.dp3 declared as EnumVariableValue Modifier and Type Field Description (package private) EnumVariableValue
PaneProgDp3Action. addMode
-
Uses of EnumVariableValue in jmri.jmrit.symbolicprog
Subclasses of EnumVariableValue in jmri.jmrit.symbolicprog Modifier and Type Class Description class
CompositeVariableValue
Extends EnumVariableValue to represent a composition of variable values.Fields in jmri.jmrit.symbolicprog declared as EnumVariableValue Modifier and Type Field Description (package private) EnumVariableValue
ComboCheckBox. _var
(package private) EnumVariableValue
EnumVariableValue.VarComboBox. _var
(package private) EnumVariableValue
DccAddressPanel. addMode
Methods in jmri.jmrit.symbolicprog with parameters of type EnumVariableValue Modifier and Type Method Description protected void
VariableTableModel. handleEnumValChildren(org.jdom2.Element e, EnumVariableValue var)
Recursively walk the child enumChoice elements, working through the enumChoiceGroup elements as needed.Constructors in jmri.jmrit.symbolicprog with parameters of type EnumVariableValue Constructor Description ComboCheckBox(javax.swing.JComboBox<java.lang.String> box, EnumVariableValue var)
ComboOffRadioButton(javax.swing.JComboBox<java.lang.String> box, EnumVariableValue var)
ComboOnRadioButton(javax.swing.JComboBox<java.lang.String> box, EnumVariableValue var)
ComboRadioButtons(javax.swing.JComboBox<java.lang.String> box, EnumVariableValue var)
DccAddressVarHandler(VariableValue primaryAddr, VariableValue extendAddr, EnumVariableValue addMode)
VarComboBox(javax.swing.ComboBoxModel<java.lang.String> m, EnumVariableValue var)
-
Uses of EnumVariableValue in jmri.jmrit.symbolicprog.tabbedframe
Fields in jmri.jmrit.symbolicprog.tabbedframe declared as EnumVariableValue Modifier and Type Field Description (package private) EnumVariableValue
PaneProgFrame. addMode
-