Uses of Interface
jmri.Throttle
-
Packages that use Throttle Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmris Server implementation for the JMRI interfaces.jmri.jmris.srcp Contains a SRCP protocol parser to be built with the Java Compiler Compiler (JavaCC).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.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 jmri.server.json.throttle -
-
Uses of Throttle in jmri
Subinterfaces of Throttle in jmri Modifier and Type Interface Description interface
DccThrottle
Provide DCC-specific extensions to Throttle interface. -
Uses of Throttle in jmri.jmris
Fields in jmri.jmris declared as Throttle Modifier and Type Field Description protected Throttle
AbstractThrottleServer.ThrottlePropertyChangeListener. throttle
Fields in jmri.jmris with type parameters of type Throttle Modifier and Type Field Description protected java.util.ArrayList<Throttle>
AbstractThrottleServer. throttleList
Methods in jmri.jmris with parameters of type Throttle Modifier and Type Method Description protected void
AbstractThrottleServer. setFunctionsByThrottle(Throttle t, java.util.ArrayList<java.lang.Boolean> fList)
Set Throttle Functions on/off.Constructors in jmri.jmris with parameters of type Throttle Constructor Description ThrottlePropertyChangeListener(AbstractThrottleServer ts, Throttle t)
-
Uses of Throttle in jmri.jmris.srcp
Constructors in jmri.jmris.srcp with parameters of type Throttle Constructor Description SRCPThrottlePropertyChangeListener(JmriSRCPThrottleServer ts, Throttle t, int bus)
-
Uses of Throttle in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle that return Throttle Modifier and Type Method Description protected Throttle
FunctionButton. getThrottle()
Get Throttle for this button.Methods in jmri.jmrit.throttle with parameters of type Throttle Modifier and Type Method Description protected void
FunctionButton. setThrottle(Throttle throttle)
Set Throttle. -
Uses of Throttle in jmri.jmrix
Classes in jmri.jmrix that implement Throttle Modifier and Type Class Description class
AbstractThrottle
An abstract implementation of DccThrottle. -
Uses of Throttle in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement Throttle Modifier and Type Class Description class
BiDiBThrottle
An implementation of DccThrottle with code specific to an BiDiB connection. -
Uses of Throttle in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement Throttle Modifier and Type Class Description class
CbusThrottle
An implementation of DccThrottle via AbstractThrottle with code specific to a CBUS connection. -
Uses of Throttle in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement Throttle Modifier and Type Class Description class
DCCppThrottle
An implementation of DccThrottle with code specific to a DCC++ connection. -
Uses of Throttle in jmri.jmrix.debugthrottle
Classes in jmri.jmrix.debugthrottle that implement Throttle Modifier and Type Class Description class
DebugThrottle
An implementation of DccThrottle for debugging use. -
Uses of Throttle in jmri.jmrix.direct
Classes in jmri.jmrix.direct that implement Throttle Modifier and Type Class Description class
Throttle
An implementation of DccThrottle with code specific to a Direct serial connection. -
Uses of Throttle in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement Throttle Modifier and Type Class Description class
EasyDccThrottle
An implementation of DccThrottle with code specific to an EasyDCC connection. -
Uses of Throttle in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement Throttle Modifier and Type Class Description class
EcosDccThrottle
An implementation of DccThrottle with code specific to an ECoS connection. -
Uses of Throttle in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement Throttle Modifier and Type Class Description class
XNetThrottle
An implementation of DccThrottle with code specific to an XpressNet connection. -
Uses of Throttle in jmri.jmrix.lenz.hornbyelite
Classes in jmri.jmrix.lenz.hornbyelite that implement Throttle Modifier and Type Class Description class
EliteXNetThrottle
An implementation of DccThrottle with code specific to an XpressNet connection on the Hornby Elite. -
Uses of Throttle in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement Throttle Modifier and Type Class Description class
Ib1Throttle
A specialization of the LocoNet Throttle for Intellibox-I foibles.class
Ib2Throttle
A specialization of the LocoNet Throttle for Intellibox-II foibles.class
LocoNetThrottle
An implementation of DccThrottle via AbstractThrottle with code specific to a LocoNet connection.class
Pr2Throttle
An implementation of DccThrottle via AbstractThrottle with code specific to a PR2 connection. -
Uses of Throttle in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement Throttle Modifier and Type Class Description class
MarklinThrottle
An implementation of DccThrottle with code specific to an TAMS connection. -
Uses of Throttle in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement Throttle Modifier and Type Class Description class
MqttThrottle
An implementation of AbstractThrottle with code specific to a MQTT connection. -
Uses of Throttle in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement Throttle Modifier and Type Class Description class
MrcThrottle
An implementation of DccThrottle with code specific to an MRC connection. -
Uses of Throttle in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement Throttle Modifier and Type Class Description class
NceThrottle
An implementation of DccThrottle with code specific to an NCE connection. -
Uses of Throttle in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement Throttle Modifier and Type Class Description class
OlcbThrottle
An implementation of DccThrottle for OpenLCB. -
Uses of Throttle in jmri.jmrix.roco
Classes in jmri.jmrix.roco that implement Throttle Modifier and Type Class Description class
RocoXNetThrottle
An implementation of DccThrottle with code specific to a Roco XpressNet connection. -
Uses of Throttle in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement Throttle Modifier and Type Class Description class
Z21XNetThrottle
An implementation of DccThrottle with code specific to a z21 XpressNet connection. -
Uses of Throttle in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement Throttle Modifier and Type Class Description class
SprogCSThrottle
An implementation of DccThrottle with code specific to a SPROG Command Station connection.class
SprogThrottle
An implementation of DccThrottle with code specific to an SPROG connection. -
Uses of Throttle in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement Throttle Modifier and Type Class Description class
SRCPThrottle
An implementation of DccThrottle with code specific to an SRCP connection. -
Uses of Throttle in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement Throttle Modifier and Type Class Description class
TamsThrottle
An implementation of DccThrottle with code specific to a TAMS connection. -
Uses of Throttle in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement Throttle Modifier and Type Class Description class
SerialThrottle
An implementation of DccThrottle. -
Uses of Throttle in jmri.jmrix.xpa
Classes in jmri.jmrix.xpa that implement Throttle Modifier and Type Class Description class
XpaThrottle
An XPA+Modem implementation of the Throttle for XpressNet Systems -
Uses of Throttle in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement Throttle Modifier and Type Class Description class
Mx1Throttle
An implementation of DccThrottle with code specific to an Mx1 connection. -
Uses of Throttle in jmri.server.json.throttle
Methods in jmri.server.json.throttle that return Throttle Modifier and Type Method Description (package private) Throttle
JsonThrottle. getThrottle()
Get the Throttle this JsonThrottle is a proxy for.
-