Uses of Class
jmri.jmrit.logix.ThrottleSetting.Command
-
Packages that use ThrottleSetting.Command Package Description jmri.jmrit.logix Support for implementing Warrants in JMRI. -
-
Uses of ThrottleSetting.Command in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return ThrottleSetting.Command Modifier and Type Method Description ThrottleSetting.CommandThrottleSetting. getCommand()static ThrottleSetting.CommandThrottleSetting. getCommandTypeFromInt(int typeInt)static ThrottleSetting.CommandThrottleSetting.Command. valueOf(java.lang.String name)Returns 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.Command Modifier and Type Method Description (package private) static java.lang.StringWarrantFrame. checkBeanName(ThrottleSetting.Command command, java.lang.String beanName)protected static ThrottleSetting.CommandValueThrottleSetting. getValueFromString(ThrottleSetting.Command command, java.lang.String valueStr)(package private) voidWarrantFrame. makeEditWindow(ThrottleSetting ts, ThrottleSetting.Command cmd)voidThrottleSetting. setCommand(ThrottleSetting.Command command)java.lang.StringThrottleSetting. setNamedBean(ThrottleSetting.Command cmd, java.lang.String name)Constructors in jmri.jmrit.logix with parameters of type ThrottleSetting.Command Constructor Description ThrottleSetting(long time, ThrottleSetting.Command command, int key, java.lang.String value, java.lang.String beanName, float trkSpd)ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, java.lang.String tx, java.lang.String beanName)ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, java.lang.String tx, java.lang.String beanName, float trkSpd)
-