Uses of Class
jmri.jmrix.roco.RocoXNetThrottleManager
-
Packages that use RocoXNetThrottleManager Package Description jmri.jmrix.lenz jmri.jmrix.roco.z21 -
-
Uses of RocoXNetThrottleManager in jmri.jmrix.lenz
Method parameters in jmri.jmrix.lenz with type arguments of type RocoXNetThrottleManager Modifier and Type Method Description XNetInitializationManager
XNetInitializationManager. rocoThrottleManager(java.lang.Class<? extends RocoXNetThrottleManager> rocoThrottleManagerClass)
Set the Roco Throttle Manager Class -
Uses of RocoXNetThrottleManager in jmri.jmrix.roco.z21
Subclasses of RocoXNetThrottleManager in jmri.jmrix.roco.z21 Modifier and Type Class Description class
Z21XNetThrottleManager
z21XNet implementation of a ThrottleManager based on the AbstractThrottleManager.
-