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