Uses of Class
jmri.jmrit.symbolicprog.EnumVariableValue
Packages that use EnumVariableValue
Package
Description
The current DecoderPro application, previously known as DecoderPro3.
Basic support for advanced programming, primarily used by DecoderPro.
-
Uses of EnumVariableValue in apps.gui3.dp3
Fields in apps.gui3.dp3 declared as EnumVariableValue -
Uses of EnumVariableValue in jmri.jmrit.symbolicprog
Subclasses of EnumVariableValue in jmri.jmrit.symbolicprogModifier and TypeClassDescriptionclassExtends EnumVariableValue to represent a composition of variable values.Fields in jmri.jmrit.symbolicprog declared as EnumVariableValueModifier and TypeFieldDescription(package private) EnumVariableValueComboCheckBox._var(package private) EnumVariableValueEnumVariableValue.VarComboBox._var(package private) EnumVariableValueDccAddressPanel.addModeMethods in jmri.jmrit.symbolicprog with parameters of type EnumVariableValueModifier and TypeMethodDescriptionprotected voidVariableTableModel.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 EnumVariableValueModifierConstructorDescription(package private)ComboCheckBox(JComboBox<String> box, EnumVariableValue var) (package private)ComboOffRadioButton(JComboBox<String> box, EnumVariableValue var) (package private)ComboOnRadioButton(JComboBox<String> box, EnumVariableValue var) (package private)ComboRadioButtons(JComboBox<String> box, EnumVariableValue var) DccAddressVarHandler(VariableValue primaryAddr, VariableValue extendAddr, EnumVariableValue addMode) (package private)VarComboBox(ComboBoxModel<String> m, EnumVariableValue var) -
Uses of EnumVariableValue in jmri.jmrit.symbolicprog.tabbedframe
Fields in jmri.jmrit.symbolicprog.tabbedframe declared as EnumVariableValue