Uses of Interface
jmri.CabSignal
Packages that use CabSignal
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Defines classes for interfacing to a MERG CBUS network.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Provides implementations of various JMRI managers.
-
Uses of CabSignal in jmri
Modifier and TypeMethodDescriptionCabSignalManager.getCabSignal(LocoAddress address) Find a CabSignal with the given address, and return it.CabSignalManager.getCabSignalArray()Get an array of known cab signals. -
Uses of CabSignal in jmri.implementation
Classes in jmri.implementation that implement CabSignalModifier and TypeClassDescriptionclassDefault implementation of a Cab Signal Object, describing the state of the track ahead relative to a locomotive with a given address. -
Uses of CabSignal in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement CabSignalModifier and TypeClassDescriptionclassCBUS implementation of a Cab Signal Object, describing the state of the track ahead relative to a locomotive with a given address.Methods in jmri.jmrix.can.cbus that return CabSignalModifier and TypeMethodDescriptionprotected CabSignalCbusCabSignalManager.createCabSignal(LocoAddress address) Create a new cab signal with the given address. -
Uses of CabSignal in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement CabSignalModifier and TypeClassDescriptionclassLn implementation of a Cab Signal Object, describing the state of the track ahead relative to a locomotive with a given address.Methods in jmri.jmrix.loconet that return CabSignalModifier and TypeMethodDescriptionprotected CabSignalLnCabSignalManager.createCabSignal(LocoAddress address) Create a new cab signal with the given address. -
Uses of CabSignal in jmri.managers
Methods in jmri.managers that return CabSignalModifier and TypeMethodDescriptionprotected abstract CabSignalAbstractCabSignalManager.createCabSignal(LocoAddress address) Create a new cab signal with the given address.protected CabSignalDefaultCabSignalManager.createCabSignal(LocoAddress address) Create a new cab signal with the given address.AbstractCabSignalManager.getCabSignal(LocoAddress address) Find a CabSignal with the given address, and return it.AbstractCabSignalManager.getCabSignalArray()Get an array of known cab signals.