Uses of Enum
jmri.jmrit.logix.ThrottleSetting.Command
Packages that use ThrottleSetting.Command
-
Uses of ThrottleSetting.Command in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return ThrottleSetting.CommandModifier and TypeMethodDescriptionThrottleSetting.getCommand()static ThrottleSetting.CommandThrottleSetting.getCommandTypeFromInt(int typeInt) static ThrottleSetting.CommandReturns the enum constant of this type with the specified name.static ThrottleSetting.Command[]ThrottleSetting.Command.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logix with parameters of type ThrottleSetting.CommandModifier and TypeMethodDescription(package private) static StringWarrantFrame.checkBeanName(ThrottleSetting.Command command, String beanName) protected static ThrottleSetting.CommandValueThrottleSetting.getValueFromString(ThrottleSetting.Command command, String valueStr) (package private) voidWarrantFrame.makeEditWindow(ThrottleSetting ts, ThrottleSetting.Command cmd) voidThrottleSetting.setCommand(ThrottleSetting.Command command) ThrottleSetting.setNamedBean(ThrottleSetting.Command cmd, String name) Constructors in jmri.jmrit.logix with parameters of type ThrottleSetting.CommandModifierConstructorDescriptionThrottleSetting(long time, ThrottleSetting.Command command, int key, String value, String beanName, float trkSpd) ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, String tx, String beanName) ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, String tx, String beanName, float trkSpd)