Uses of Interface
jmri.LocoAddress

Packages that use LocoAddress
jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts. 
jmri.configurexml Provides an XML-based mechanism for storing and restoring configurations. 
jmri.jmrix Interfaces and implementations for system-specific code. 
jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network. 
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.nce   
jmri.jmrix.sprog   
jmri.jmrix.srcp Provide a JMRI connection to an SRCP server
jmri.jmrix.tmcc   
jmri.jmrix.xpa   
 

Uses of LocoAddress in jmri
 

Classes in jmri that implement LocoAddress
 class DccLocoAddress
          Encapsulate information for a DCC Locomotive Decoder Address.
 

Methods in jmri that return LocoAddress
 LocoAddress Throttle.getLocoAddress()
          Locomotive address.
 

Uses of LocoAddress in jmri.configurexml
 

Methods in jmri.configurexml that return LocoAddress
 LocoAddress LocoAddressXml.getAddress(Element element)
           
 

Uses of LocoAddress in jmri.jmrix
 

Methods in jmri.jmrix with parameters of type LocoAddress
 void AbstractThrottleManager.notifyThrottleKnown(DccThrottle throttle, LocoAddress addr)
          Handle throttle information when it's finally available, e.g. when a new Throttle object has been created.
 void AbstractThrottleManager.requestThrottleSetup(LocoAddress a)
          Abstract member to actually do the work of configuring a new throttle, usually via interaction with the DCC system
abstract  void AbstractThrottleManager.requestThrottleSetup(LocoAddress a, boolean control)
          Abstract member to actually do the work of configuring a new throttle, usually via interaction with the DCC system
 

Uses of LocoAddress in jmri.jmrix.can.cbus
 

Methods in jmri.jmrix.can.cbus that return LocoAddress
 LocoAddress CbusThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.can.cbus with parameters of type LocoAddress
 void CbusThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
          Request a new throttle object be created for the address
 

Constructors in jmri.jmrix.can.cbus with parameters of type LocoAddress
CbusThrottle(LocoAddress address, int handle)
          Constructor
 

Uses of LocoAddress in jmri.jmrix.debugthrottle
 

Methods in jmri.jmrix.debugthrottle that return LocoAddress
 LocoAddress DebugThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.debugthrottle with parameters of type LocoAddress
 void DebugThrottleManager.requestThrottleSetup(LocoAddress a, boolean control)
           
 

Uses of LocoAddress in jmri.jmrix.direct
 

Methods in jmri.jmrix.direct that return LocoAddress
 LocoAddress Throttle.getLocoAddress()
           
 

Methods in jmri.jmrix.direct with parameters of type LocoAddress
 void ThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
          Create throttle data structures.
 

Uses of LocoAddress in jmri.jmrix.easydcc
 

Methods in jmri.jmrix.easydcc that return LocoAddress
 LocoAddress EasyDccThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.easydcc with parameters of type LocoAddress
 void EasyDccThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
           
 

Uses of LocoAddress in jmri.jmrix.ecos
 

Methods in jmri.jmrix.ecos that return LocoAddress
 LocoAddress EcosDccThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.ecos with parameters of type LocoAddress
 void EcosDccThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
           
 void EcosDccThrottleManager.throttleSetup(EcosDccThrottle throttle, LocoAddress address, boolean result)
           
 

Uses of LocoAddress in jmri.jmrix.lenz
 

Fields in jmri.jmrix.lenz with type parameters of type LocoAddress
protected  HashMap<LocoAddress,XNetThrottle> XNetThrottleManager.throttles
           
 

Methods in jmri.jmrix.lenz that return LocoAddress
 LocoAddress XNetThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.lenz with parameters of type LocoAddress
 void XNetThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
          Request a new throttle object be creaetd for the address, and let the throttle listeners know about it.
 

Constructors in jmri.jmrix.lenz with parameters of type LocoAddress
XNetThrottle(LocoAddress address, XNetTrafficController controller)
          Constructor
 

Uses of LocoAddress in jmri.jmrix.lenz.hornbyelite
 

Methods in jmri.jmrix.lenz.hornbyelite with parameters of type LocoAddress
 void EliteXNetThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
          Request a new throttle object be created for the address, and let the throttle listeners know about it.
 

Constructors in jmri.jmrix.lenz.hornbyelite with parameters of type LocoAddress
EliteXNetThrottle(LocoAddress address, XNetTrafficController tc)
          Constructor
 

Uses of LocoAddress in jmri.jmrix.loconet
 

Methods in jmri.jmrix.loconet that return LocoAddress
 LocoAddress Pr2Throttle.getLocoAddress()
           
 LocoAddress LocoNetThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.loconet with parameters of type LocoAddress
 void LnThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
          Start creating a Throttle object.
 void LnPr2ThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
          Get a new Throttle object.
 

Uses of LocoAddress in jmri.jmrix.nce
 

Methods in jmri.jmrix.nce that return LocoAddress
 LocoAddress NceThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.nce with parameters of type LocoAddress
 void NceThrottleManager.requestThrottleSetup(LocoAddress a, boolean control)
           
 

Uses of LocoAddress in jmri.jmrix.sprog
 

Methods in jmri.jmrix.sprog that return LocoAddress
 LocoAddress SprogThrottle.getLocoAddress()
           
 LocoAddress SprogCSThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.sprog with parameters of type LocoAddress
 void SprogThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
           
 void SprogCSThrottleManager.requestThrottleSetup(LocoAddress a, boolean control)
           
 

Constructors in jmri.jmrix.sprog with parameters of type LocoAddress
SprogCSThrottle(LocoAddress address)
          Constructor.
SprogThrottle(LocoAddress address)
          Constructor.
 

Uses of LocoAddress in jmri.jmrix.srcp
 

Methods in jmri.jmrix.srcp that return LocoAddress
 LocoAddress SRCPThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.srcp with parameters of type LocoAddress
 void SRCPThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
           
 

Uses of LocoAddress in jmri.jmrix.tmcc
 

Methods in jmri.jmrix.tmcc that return LocoAddress
 LocoAddress SerialThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.tmcc with parameters of type LocoAddress
 void SerialThrottleManager.requestThrottleSetup(LocoAddress a, boolean control)
           
 

Uses of LocoAddress in jmri.jmrix.xpa
 

Methods in jmri.jmrix.xpa that return LocoAddress
 LocoAddress XpaThrottle.getLocoAddress()
           
 

Methods in jmri.jmrix.xpa with parameters of type LocoAddress
 void XpaThrottleManager.requestThrottleSetup(LocoAddress address, boolean control)
          Request a new throttle object be creaetd for the address, and let the throttle listeners know about it.
 

Constructors in jmri.jmrix.xpa with parameters of type LocoAddress
XpaThrottle(LocoAddress address)
          Constructor
 



Copyright © 1997 - 2011 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads