Uses of Class
jmri.jmrix.bachrus.SpeedoConsoleFrame.ProgState
-
Packages that use SpeedoConsoleFrame.ProgState Package Description jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers. -
-
Uses of SpeedoConsoleFrame.ProgState in jmri.jmrix.bachrus
Fields in jmri.jmrix.bachrus declared as SpeedoConsoleFrame.ProgState Modifier and Type Field Description protected SpeedoConsoleFrame.ProgState
SpeedoConsoleFrame. progState
Methods in jmri.jmrix.bachrus that return SpeedoConsoleFrame.ProgState Modifier and Type Method Description static SpeedoConsoleFrame.ProgState
SpeedoConsoleFrame.ProgState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpeedoConsoleFrame.ProgState[]
SpeedoConsoleFrame.ProgState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-