Uses of Class
jmri.jmrit.swing.meter.MeterFrame.Unit
-
Packages that use MeterFrame.Unit Package Description jmri.jmrit.swing.meter Provide a simple GUI for a Voltage/Current Meter that displays the voltage via LCD characters. -
-
Uses of MeterFrame.Unit in jmri.jmrit.swing.meter
Fields in jmri.jmrit.swing.meter declared as MeterFrame.Unit Modifier and Type Field Description (package private) MeterFrame.UnitMeterFrame. selectedUnitFields in jmri.jmrit.swing.meter with type parameters of type MeterFrame.Unit Modifier and Type Field Description (package private) java.util.Map<MeterFrame.Unit,javax.swing.JLabel>MeterFrame. unitLabels(package private) java.util.Map<MeterFrame.Unit,javax.swing.JCheckBoxMenuItem>MeterFrame. units_MenuItemMapMethods in jmri.jmrit.swing.meter that return MeterFrame.Unit Modifier and Type Method Description MeterFrame.UnitMeterFrame. getUnit()Get the unit.static MeterFrame.UnitMeterFrame.Unit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MeterFrame.Unit[]MeterFrame.Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.swing.meter with parameters of type MeterFrame.Unit Modifier and Type Method Description voidMeterFrame. setUnit(MeterFrame.Unit unit)Set the unit.
-