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.Command
ThrottleSetting. getCommand()
static ThrottleSetting.Command
ThrottleSetting. getCommandTypeFromInt(int typeInt)
static ThrottleSetting.Command
ThrottleSetting.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.String
WarrantFrame. checkBeanName(ThrottleSetting.Command command, java.lang.String beanName)
protected static ThrottleSetting.CommandValue
ThrottleSetting. getValueFromString(ThrottleSetting.Command command, java.lang.String valueStr)
(package private) void
WarrantFrame. makeEditWindow(ThrottleSetting ts, ThrottleSetting.Command cmd)
void
ThrottleSetting. setCommand(ThrottleSetting.Command command)
java.lang.String
ThrottleSetting. 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)
-