Uses of Interface
jmri.SensorManager
-
Packages that use SensorManager Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrit.display.switchboardEditor jmri.jmrit.picker jmri.jmrit.sensorgroup jmri.jmrix.acela This package handles communications for the CTI Acela hardware.jmri.jmrix.bidib jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.cmri.serial Provides basic interfaces and certain core implementations for the JMRI C/MRI serial implementation.jmri.jmrix.dcc4pc jmri.jmrix.dccpp jmri.jmrix.easydcc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware.jmri.jmrix.ieee802154.xbee jmri.jmrix.internal The jmrix.internal package contains a JMRI connection implementation for use without a layout.jmri.jmrix.ipocs jmri.jmrix.jmriclient jmri.jmrix.lenz jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.loconet.hexfile jmri.jmrix.maple jmri.jmrix.marklin jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.nce jmri.jmrix.oaktree jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.jmri.jmrix.pi jmri.jmrix.powerline This package handles communications for powerline adapters, such as X10.jmri.jmrix.powerline.cm11 This package handles communications for CM11 powerline adapters.jmri.jmrix.powerline.cp290 This package handles communications for CP290 powerline adapters.jmri.jmrix.powerline.insteon2412s This package handles communications for Insteon 2412S adapters.jmri.jmrix.powerline.simulator jmri.jmrix.rfid This package handles communications for RFID adapters.jmri.jmrix.rfid.generic.standalone This package handles communications for Generic RFID stand-alone readers.jmri.jmrix.rfid.merg.concentrator This package handles communications for MERG RFID Concentrators.jmri.jmrix.roco.z21 jmri.jmrix.rps This package contains software specific to the RPS system from NAC Services, Inc.jmri.jmrix.secsi This package handles communications for the TracTronics SECSI hardware.jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.tams Support for the ESU ECoS.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of SensorManager in jmri
Methods in jmri that return SensorManager Modifier and Type Method Description static SensorManager
InstanceManager. sensorManagerInstance()
May eventually be deprecated, use @{link #getDefault} directly.Methods in jmri with parameters of type SensorManager Modifier and Type Method Description static void
InstanceManager. setSensorManager(SensorManager p)
-
Uses of SensorManager in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as SensorManager Modifier and Type Field Description protected SensorManager
SensorTableAction. sensorManager
-
Uses of SensorManager in jmri.jmrit.display.switchboardEditor
Fields in jmri.jmrit.display.switchboardEditor declared as SensorManager Modifier and Type Field Description protected SensorManager
SwitchboardEditor. sensorManager
-
Uses of SensorManager in jmri.jmrit.picker
Fields in jmri.jmrit.picker declared as SensorManager Modifier and Type Field Description (package private) SensorManager
PickListModel.SensorPickModel. manager
-
Uses of SensorManager in jmri.jmrit.sensorgroup
Methods in jmri.jmrit.sensorgroup that return SensorManager Modifier and Type Method Description SensorManager
SensorTableModel. getManager()
-
Uses of SensorManager in jmri.jmrix.acela
Classes in jmri.jmrix.acela that implement SensorManager Modifier and Type Class Description class
AcelaSensorManager
Manage the Acela-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement SensorManager Modifier and Type Class Description class
BiDiBSensorManager
Implement SensorManager for BiDiB systems.Methods in jmri.jmrix.bidib that return SensorManager Modifier and Type Method Description SensorManager
BiDiBSystemConnectionMemo. getSensorManager()
Methods in jmri.jmrix.bidib with parameters of type SensorManager Modifier and Type Method Description void
BiDiBSystemConnectionMemo. setSensorManager(SensorManager s)
-
Uses of SensorManager in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement SensorManager Modifier and Type Class Description class
CbusSensorManager
Implement SensorManager for CAN CBUS systems. -
Uses of SensorManager in jmri.jmrix.cmri.serial
Classes in jmri.jmrix.cmri.serial that implement SensorManager Modifier and Type Class Description class
SerialSensorManager
Manage the C/MRI serial-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement SensorManager Modifier and Type Class Description class
Dcc4PcSensorManager
Implement SensorManager for Dcc4Pc systems. -
Uses of SensorManager in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement SensorManager Modifier and Type Class Description class
DCCppSensorManager
Implement SensorManager for DCC++ systems.Methods in jmri.jmrix.dccpp that return SensorManager Modifier and Type Method Description SensorManager
DCCppSystemConnectionMemo. getSensorManager()
Methods in jmri.jmrix.dccpp with parameters of type SensorManager Modifier and Type Method Description void
DCCppSystemConnectionMemo. setSensorManager(SensorManager s)
-
Uses of SensorManager in jmri.jmrix.easydcc
Methods in jmri.jmrix.easydcc with parameters of type SensorManager Modifier and Type Method Description void
EasyDccTrafficController. setSensorManager(SensorManager m)
-
Uses of SensorManager in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement SensorManager Modifier and Type Class Description class
EcosSensorManager
Implement sensor manager for ECoS systems. -
Uses of SensorManager in jmri.jmrix.grapevine
Classes in jmri.jmrix.grapevine that implement SensorManager Modifier and Type Class Description class
SerialSensorManager
Manage the system-specific Sensor implementation.Methods in jmri.jmrix.grapevine that return SensorManager Modifier and Type Method Description SensorManager
GrapevineSystemConnectionMemo. getSensorManager()
Provide access to the SensorManager for this particular connection. -
Uses of SensorManager in jmri.jmrix.ieee802154.xbee
Classes in jmri.jmrix.ieee802154.xbee that implement SensorManager Modifier and Type Class Description class
XBeeSensorManager
Manage the XBee specific Sensor implementation.Methods in jmri.jmrix.ieee802154.xbee that return SensorManager Modifier and Type Method Description SensorManager
XBeeConnectionMemo. getSensorManager()
Methods in jmri.jmrix.ieee802154.xbee with parameters of type SensorManager Modifier and Type Method Description void
XBeeConnectionMemo. setSensorManager(SensorManager s)
-
Uses of SensorManager in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement SensorManager Modifier and Type Class Description class
InternalSensorManager
Implementation of the InternalSensorManager interface. -
Uses of SensorManager in jmri.jmrix.ipocs
Classes in jmri.jmrix.ipocs that implement SensorManager Modifier and Type Class Description class
IpocsSensorManager
-
Uses of SensorManager in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement SensorManager Modifier and Type Class Description class
JMRIClientSensorManager
Implement sensor manager for JMRIClient systems.Methods in jmri.jmrix.jmriclient that return SensorManager Modifier and Type Method Description SensorManager
JMRIClientSystemConnectionMemo. getSensorManager()
Methods in jmri.jmrix.jmriclient with parameters of type SensorManager Modifier and Type Method Description void
JMRIClientSystemConnectionMemo. setSensorManager(SensorManager s)
-
Uses of SensorManager in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement SensorManager Modifier and Type Class Description class
XNetSensorManager
Manage the XpressNet specific Sensor implementation.Methods in jmri.jmrix.lenz that return SensorManager Modifier and Type Method Description SensorManager
XNetSystemConnectionMemo. getSensorManager()
Provide access to the SensorManager for this particular connection.Methods in jmri.jmrix.lenz with parameters of type SensorManager Modifier and Type Method Description void
XNetSystemConnectionMemo. setSensorManager(SensorManager s)
-
Uses of SensorManager in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement SensorManager Modifier and Type Class Description class
LnSensorManager
Manage the LocoNet-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.loconet.hexfile
Classes in jmri.jmrix.loconet.hexfile that implement SensorManager Modifier and Type Class Description class
LnSensorManager
Manage the LocoNet-specific Sensor implementation via a LocoNet hexfile emulator. -
Uses of SensorManager in jmri.jmrix.maple
Classes in jmri.jmrix.maple that implement SensorManager Modifier and Type Class Description class
SerialSensorManager
Manage the specific Sensor implementation.Methods in jmri.jmrix.maple that return SensorManager Modifier and Type Method Description SensorManager
MapleSystemConnectionMemo. getSensorManager()
Provide access to the SensorManager for this particular connection. -
Uses of SensorManager in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement SensorManager Modifier and Type Class Description class
MarklinSensorManager
Implement sensor manager for Marklin systems. -
Uses of SensorManager in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement SensorManager Modifier and Type Class Description class
MqttSensorManager
Implementation of the MqttSensorManager interface. -
Uses of SensorManager in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement SensorManager Modifier and Type Class Description class
NceSensorManager
Manage the NCE-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.oaktree
Classes in jmri.jmrix.oaktree that implement SensorManager Modifier and Type Class Description class
SerialSensorManager
Manage the system-specific Sensor implementation.Methods in jmri.jmrix.oaktree that return SensorManager Modifier and Type Method Description SensorManager
OakTreeSystemConnectionMemo. getSensorManager()
Provide access to the SensorManager for this particular connection. -
Uses of SensorManager in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement SensorManager Modifier and Type Class Description class
OlcbSensorManager
Manage the OpenLCB-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.pi
Classes in jmri.jmrix.pi that implement SensorManager Modifier and Type Class Description class
RaspberryPiSensorManager
Manage the RaspberryPi specific Sensor implementation.Methods in jmri.jmrix.pi that return SensorManager Modifier and Type Method Description SensorManager
RaspberryPiSystemConnectionMemo. getSensorManager()
Methods in jmri.jmrix.pi with parameters of type SensorManager Modifier and Type Method Description void
RaspberryPiSystemConnectionMemo. setSensorManager(SensorManager s)
-
Uses of SensorManager in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement SensorManager Modifier and Type Class Description class
SerialSensorManager
Manage the system-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement SensorManager Modifier and Type Class Description class
SpecificSensorManager
Manage the system-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement SensorManager Modifier and Type Class Description class
SpecificSensorManager
Manage the system-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement SensorManager Modifier and Type Class Description class
SpecificSensorManager
Manage the system-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.powerline.simulator
Classes in jmri.jmrix.powerline.simulator that implement SensorManager Modifier and Type Class Description class
SpecificSensorManager
Manage the system-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.rfid
Classes in jmri.jmrix.rfid that implement SensorManager Modifier and Type Class Description class
RfidSensorManager
Manage the Rfid-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.rfid.generic.standalone
Classes in jmri.jmrix.rfid.generic.standalone that implement SensorManager Modifier and Type Class Description class
StandaloneSensorManager
Manage the Rfid-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.rfid.merg.concentrator
Classes in jmri.jmrix.rfid.merg.concentrator that implement SensorManager Modifier and Type Class Description class
ConcentratorSensorManager
Manage the Rfid-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement SensorManager Modifier and Type Class Description class
Z21SensorManager
Manage the Z21Specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.rps
Classes in jmri.jmrix.rps that implement SensorManager Modifier and Type Class Description class
RpsSensorManager
Manage the RPS-specific Sensor implementation. -
Uses of SensorManager in jmri.jmrix.secsi
Classes in jmri.jmrix.secsi that implement SensorManager Modifier and Type Class Description class
SerialSensorManager
Manage the system-specific SECSI Sensor implementation.Methods in jmri.jmrix.secsi that return SensorManager Modifier and Type Method Description SensorManager
SecsiSystemConnectionMemo. getSensorManager()
Provide access to the SensorManager for this particular connection. -
Uses of SensorManager in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement SensorManager Modifier and Type Class Description class
SRCPSensorManager
Implement SensorMmanager for SRCP systems.Methods in jmri.jmrix.srcp that return SensorManager Modifier and Type Method Description SensorManager
SRCPBusConnectionMemo. getSensorManager()
Methods in jmri.jmrix.srcp with parameters of type SensorManager Modifier and Type Method Description void
SRCPBusConnectionMemo. setSensorManager(SensorManager s)
void
SRCPTrafficController. setSensorManager(SensorManager m)
-
Uses of SensorManager in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement SensorManager Modifier and Type Class Description class
TamsSensorManager
Implement sensor manager for Tams systems. -
Uses of SensorManager in jmri.managers
Classes in jmri.managers that implement SensorManager Modifier and Type Class Description class
AbstractSensorManager
Abstract base implementation of the SensorManager interface.class
ProxySensorManager
Implementation of a SensorManager that can serve as a proxy for multiple system-specific implementations.
-