Uses of Enum
jmri.jmrit.swing.meter.MeterFrame.Unit
Packages that use MeterFrame.Unit
Package
Description
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.UnitFields in jmri.jmrit.swing.meter with type parameters of type MeterFrame.UnitModifier and TypeFieldDescription(package private) Map<MeterFrame.Unit,JLabel> MeterFrame.unitLabels(package private) Map<MeterFrame.Unit,JCheckBoxMenuItem> MeterFrame.units_MenuItemMapMethods in jmri.jmrit.swing.meter that return MeterFrame.UnitModifier and TypeMethodDescriptionMeterFrame.getUnit()Get the unit.static MeterFrame.UnitReturns 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