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