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