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 Classes to interact with a Marklin Network Connection.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 interfaceDccThrottleProvide 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 ThrottleAbstractThrottleServer.ThrottlePropertyChangeListener. throttleFields in jmri.jmris with type parameters of type Throttle Modifier and Type Field Description protected java.util.ArrayList<Throttle>AbstractThrottleServer. throttleListMethods in jmri.jmris with parameters of type Throttle Modifier and Type Method Description protected voidAbstractThrottleServer. 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 ThrottleFunctionButton. getThrottle()Get Throttle for this button.Methods in jmri.jmrit.throttle with parameters of type Throttle Modifier and Type Method Description protected voidFunctionButton. setThrottle(Throttle throttle)Set Throttle. -
Uses of Throttle in jmri.jmrix
Classes in jmri.jmrix that implement Throttle Modifier and Type Class Description classAbstractThrottleAn abstract implementation of DccThrottle. -
Uses of Throttle in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement Throttle Modifier and Type Class Description classBiDiBThrottleAn 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 classCbusThrottleAn 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 classDCCppThrottleAn 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 classDebugThrottleAn 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 classThrottleAn 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 classEasyDccThrottleAn 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 classEcosDccThrottleAn 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 classXNetThrottleAn 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 classEliteXNetThrottleAn 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 classIb1ThrottleA specialization of the LocoNet Throttle for Intellibox-I foibles.classIb2ThrottleA specialization of the LocoNet Throttle for Intellibox-II foibles.classLocoNetThrottleAn implementation of DccThrottle via AbstractThrottle with code specific to a LocoNet connection.classPr2ThrottleAn 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 classMarklinThrottleAn 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 classMqttThrottleAn 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 classMrcThrottleAn 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 classNceThrottleAn 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 classOlcbThrottleAn 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 classRocoXNetThrottleAn 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 classZ21XNetThrottleAn 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 classSprogCSThrottleAn implementation of DccThrottle with code specific to a SPROG Command Station connection.classSprogThrottleAn 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 classSRCPThrottleAn 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 classTamsThrottleAn 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 classSerialThrottleAn implementation of DccThrottle. -
Uses of Throttle in jmri.jmrix.xpa
Classes in jmri.jmrix.xpa that implement Throttle Modifier and Type Class Description classXpaThrottleAn 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 classMx1ThrottleAn 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) ThrottleJsonThrottle. getThrottle()Get the Throttle this JsonThrottle is a proxy for.
-