Uses of Class
jmri.jmrit.swing.meter.MeterFrame
-
Packages that use MeterFrame Package Description jmri.jmrit.swing.meter Provide a simple GUI for a Voltage/Current Meter that displays the voltage via LCD characters.jmri.jmrit.swing.meter.configurexml -
-
Uses of MeterFrame in jmri.jmrit.swing.meter
Methods in jmri.jmrit.swing.meter that return MeterFrame Modifier and Type Method Description MeterFrameMeterFrameManager. getByUUID(java.util.UUID uuid)Methods in jmri.jmrit.swing.meter that return types with arguments of type MeterFrame Modifier and Type Method Description java.util.Collection<MeterFrame>MeterFrameManager. getMeterFrames()Methods in jmri.jmrit.swing.meter with parameters of type MeterFrame Modifier and Type Method Description voidMeterFrameManager. deregister(MeterFrame frame)voidMeterFrameManager. register(MeterFrame frame) -
Uses of MeterFrame in jmri.jmrit.swing.meter.configurexml
Methods in jmri.jmrit.swing.meter.configurexml with parameters of type MeterFrame Modifier and Type Method Description org.jdom2.ElementMeterFrameManagerXml. storeMeterFrame(MeterFrame frame)
-