Uses of Interface
jmri.ThrottleManager
-
Packages that use ThrottleManager Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.throttle jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.bidib jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.dccpp jmri.jmrix.debugthrottle jmri.jmrix.direct jmri.jmrix.easydcc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.lenz jmri.jmrix.lenz.hornbyelite jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.pr3 jmri.jmrix.loconet.uhlenbrock Implementation and specialization for connecting to to an Uhlenbrock Intellibox-II via its in-built USB connection.jmri.jmrix.marklin jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.mrc jmri.jmrix.nce jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.jmri.jmrix.roco jmri.jmrix.roco.z21 jmri.jmrix.sprog jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.tmcc jmri.jmrix.xpa jmri.jmrix.zimo -
-
Uses of ThrottleManager in jmri
Methods in jmri that return ThrottleManager Modifier and Type Method Description static ThrottleManager
InstanceManager. throttleManagerInstance()
May eventually be deprecated, use @{link #getDefault} directly.Methods in jmri with parameters of type ThrottleManager Modifier and Type Method Description static void
InstanceManager. setThrottleManager(ThrottleManager p)
-
Uses of ThrottleManager in jmri.jmrit.throttle
Constructors in jmri.jmrit.throttle with parameters of type ThrottleManager Constructor Description AddressPanel(ThrottleManager throttleManager)
ConstructorControlPanel(ThrottleManager tm)
Constructor.ThrottleFrame(ThrottleWindow tw, ThrottleManager tm)
-
Uses of ThrottleManager in jmri.jmrix
Classes in jmri.jmrix that implement ThrottleManager Modifier and Type Class Description class
AbstractThrottleManager
Abstract implementation of a ThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement ThrottleManager Modifier and Type Class Description class
BiDiBThrottleManager
BiDiB implementation of a ThrottleManager.Methods in jmri.jmrix.bidib that return ThrottleManager Modifier and Type Method Description ThrottleManager
BiDiBSystemConnectionMemo. getThrottleManager()
Methods in jmri.jmrix.bidib with parameters of type ThrottleManager Modifier and Type Method Description void
BiDiBSystemConnectionMemo. setThrottleManager(ThrottleManager t)
-
Uses of ThrottleManager in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement ThrottleManager Modifier and Type Class Description class
CbusThrottleManager
CBUS implementation of a ThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement ThrottleManager Modifier and Type Class Description class
DCCppThrottleManager
DCC++ implementation of a ThrottleManager based on the AbstractThrottleManager.Methods in jmri.jmrix.dccpp that return ThrottleManager Modifier and Type Method Description ThrottleManager
DCCppSystemConnectionMemo. getThrottleManager()
Methods in jmri.jmrix.dccpp with parameters of type ThrottleManager Modifier and Type Method Description void
DCCppSystemConnectionMemo. setThrottleManager(ThrottleManager t)
-
Uses of ThrottleManager in jmri.jmrix.debugthrottle
Classes in jmri.jmrix.debugthrottle that implement ThrottleManager Modifier and Type Class Description class
DebugThrottleManager
Implementation of a ThrottleManager for debugging. -
Uses of ThrottleManager in jmri.jmrix.direct
Classes in jmri.jmrix.direct that implement ThrottleManager Modifier and Type Class Description class
ThrottleManager
Direct DCC implementation of a ThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement ThrottleManager Modifier and Type Class Description class
EasyDccThrottleManager
EasyDCC implementation of a ThrottleManager.Methods in jmri.jmrix.easydcc that return ThrottleManager Modifier and Type Method Description ThrottleManager
EasyDccSystemConnectionMemo. getThrottleManager()
Methods in jmri.jmrix.easydcc with parameters of type ThrottleManager Modifier and Type Method Description void
EasyDccSystemConnectionMemo. setThrottleManager(ThrottleManager t)
-
Uses of ThrottleManager in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement ThrottleManager Modifier and Type Class Description class
EcosDccThrottleManager
EcosDCC implementation of a ThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement ThrottleManager Modifier and Type Class Description class
XNetThrottleManager
XNet implementation of a ThrottleManager based on the AbstractThrottleManager.Methods in jmri.jmrix.lenz that return ThrottleManager Modifier and Type Method Description ThrottleManager
XNetSystemConnectionMemo. getThrottleManager()
Methods in jmri.jmrix.lenz with parameters of type ThrottleManager Modifier and Type Method Description void
XNetSystemConnectionMemo. setThrottleManager(ThrottleManager t)
-
Uses of ThrottleManager in jmri.jmrix.lenz.hornbyelite
Classes in jmri.jmrix.lenz.hornbyelite that implement ThrottleManager Modifier and Type Class Description class
EliteXNetThrottleManager
XNet implementation of a ThrottleManager based on the AbstractThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement ThrottleManager Modifier and Type Class Description class
Ib1ThrottleManager
Specialization of a ThrottleManager for the Intellibox.class
Ib2ThrottleManager
Specialization of a ThrottleManager for the Intellibox.class
LnPr2ThrottleManager
LocoNet implementation of a ThrottleManager for the PR2.class
LnThrottleManager
LocoNet implementation of a ThrottleManager.Methods in jmri.jmrix.loconet that return ThrottleManager Modifier and Type Method Description ThrottleManager
LnCommandStationType. getThrottleManager(LocoNetSystemConnectionMemo memo)
Get a new ThrottleManager of the right type for this command station.ThrottleManager
LocoNetSystemConnectionMemo. getThrottleManager()
Methods in jmri.jmrix.loconet with parameters of type ThrottleManager Modifier and Type Method Description void
LocoNetSystemConnectionMemo. setThrottleManager(ThrottleManager t)
-
Uses of ThrottleManager in jmri.jmrix.loconet.pr3
Methods in jmri.jmrix.loconet.pr3 that return ThrottleManager Modifier and Type Method Description ThrottleManager
PR3SystemConnectionMemo. getThrottleManager()
-
Uses of ThrottleManager in jmri.jmrix.loconet.uhlenbrock
Classes in jmri.jmrix.loconet.uhlenbrock that implement ThrottleManager Modifier and Type Class Description class
UhlenbrockLnThrottleManager
LocoNet implementation of a ThrottleManager for Uhlenbrock. -
Uses of ThrottleManager in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement ThrottleManager Modifier and Type Class Description class
MarklinThrottleManager
MarklinDCC implementation of a ThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement ThrottleManager Modifier and Type Class Description class
MqttThrottleManager
MQTT implementation of a ThrottleManager based on the AbstractThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement ThrottleManager Modifier and Type Class Description class
MrcThrottleManager
MRC implementation of a ThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement ThrottleManager Modifier and Type Class Description class
NceThrottleManager
NCE implementation of a ThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement ThrottleManager Modifier and Type Class Description class
OlcbThrottleManager
Implementation of a ThrottleManager for OpenLCB -
Uses of ThrottleManager in jmri.jmrix.roco
Classes in jmri.jmrix.roco that implement ThrottleManager Modifier and Type Class Description class
RocoXNetThrottleManager
Roco XNet implementation of a ThrottleManager based on the AbstractThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement ThrottleManager Modifier and Type Class Description class
Z21XNetThrottleManager
z21XNet implementation of a ThrottleManager based on the AbstractThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement ThrottleManager Modifier and Type Class Description class
SprogCSThrottleManager
SPROG Command Station implementation of a ThrottleManager.class
SprogThrottleManager
SPROG implementation of a ThrottleManager.Methods in jmri.jmrix.sprog that return ThrottleManager Modifier and Type Method Description ThrottleManager
SprogSystemConnectionMemo. getThrottleManager()
-
Uses of ThrottleManager in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement ThrottleManager Modifier and Type Class Description class
SRCPThrottleManager
SRCP implementation of a ThrottleManager.Methods in jmri.jmrix.srcp that return ThrottleManager Modifier and Type Method Description ThrottleManager
SRCPBusConnectionMemo. getThrottleManager()
Methods in jmri.jmrix.srcp with parameters of type ThrottleManager Modifier and Type Method Description void
SRCPBusConnectionMemo. setThrottleManager(ThrottleManager t)
-
Uses of ThrottleManager in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement ThrottleManager Modifier and Type Class Description class
TamsThrottleManager
TamsDCC implementation of a ThrottleManager. -
Uses of ThrottleManager in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement ThrottleManager Modifier and Type Class Description class
SerialThrottleManager
Implementation of a TMCC ThrottleManager.Methods in jmri.jmrix.tmcc that return ThrottleManager Modifier and Type Method Description ThrottleManager
TmccSystemConnectionMemo. getThrottleManager()
Methods in jmri.jmrix.tmcc with parameters of type ThrottleManager Modifier and Type Method Description void
TmccSystemConnectionMemo. setThrottleManager(ThrottleManager t)
-
Uses of ThrottleManager in jmri.jmrix.xpa
Classes in jmri.jmrix.xpa that implement ThrottleManager Modifier and Type Class Description class
XpaThrottleManager
XPA implementation of a ThrottleManager.Methods in jmri.jmrix.xpa that return ThrottleManager Modifier and Type Method Description ThrottleManager
XpaSystemConnectionMemo. getThrottleManager()
Methods in jmri.jmrix.xpa with parameters of type ThrottleManager Modifier and Type Method Description void
XpaSystemConnectionMemo. setThrottleManager(ThrottleManager t)
-
Uses of ThrottleManager in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement ThrottleManager Modifier and Type Class Description class
Mx1ThrottleManager
MRC implementation of a ThrottleManager.
-