Uses of Interface
jmri.ReporterManager
-
Packages that use ReporterManager 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.picker jmri.jmrix.bidib jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.dcc4pc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.internal The jmrix.internal package contains a JMRI connection implementation for use without a layout.jmri.jmrix.jmriclient jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.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.managers Provides implementations of various JMRI managers.jmri.server.json.reporter -
-
Uses of ReporterManager in jmri
Methods in jmri with parameters of type ReporterManager Modifier and Type Method Description static void
InstanceManager. setReporterManager(ReporterManager p)
-
Uses of ReporterManager in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as ReporterManager Modifier and Type Field Description protected ReporterManager
ReporterTableAction. reporterManager
Methods in jmri.jmrit.beantable that return ReporterManager Modifier and Type Method Description ReporterManager
ReporterTableDataModel. getManager()
Get the Table Model Bean Manager. -
Uses of ReporterManager in jmri.jmrit.picker
Fields in jmri.jmrit.picker declared as ReporterManager Modifier and Type Field Description (package private) ReporterManager
PickListModel.ReporterPickModel. manager
-
Uses of ReporterManager in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement ReporterManager Modifier and Type Class Description class
BiDiBReporterManager
BiDiBReporterManager implements the ReporterManager for BiDiBMethods in jmri.jmrix.bidib that return ReporterManager Modifier and Type Method Description ReporterManager
BiDiBSystemConnectionMemo. getReporterManager()
Methods in jmri.jmrix.bidib with parameters of type ReporterManager Modifier and Type Method Description void
BiDiBSystemConnectionMemo. setReporterManager(ReporterManager s)
-
Uses of ReporterManager in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement ReporterManager Modifier and Type Class Description class
CbusReporterManager
Implement ReporterManager for CAN CBUS systems. -
Uses of ReporterManager in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement ReporterManager Modifier and Type Class Description class
Dcc4PcReporterManager
Dcc4PcReporterManager implements the ReporterManage for dcc4pc -
Uses of ReporterManager in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement ReporterManager Modifier and Type Class Description class
EcosReporterManager
EcosReporterManager implements the ReporterManager for ECoS -
Uses of ReporterManager in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement ReporterManager Modifier and Type Class Description class
InternalReporterManager
Implementation of the InternalReporterManager interface. -
Uses of ReporterManager in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement ReporterManager Modifier and Type Class Description class
JMRIClientReporterManager
Implement reporter manager for JMRIClient systemsMethods in jmri.jmrix.jmriclient that return ReporterManager Modifier and Type Method Description ReporterManager
JMRIClientSystemConnectionMemo. getReporterManager()
Methods in jmri.jmrix.jmriclient with parameters of type ReporterManager Modifier and Type Method Description void
JMRIClientSystemConnectionMemo. setReporterManager(ReporterManager t)
-
Uses of ReporterManager in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement ReporterManager Modifier and Type Class Description class
LnReporterManager
Manage the LocoNet-specific Reporter implementation. -
Uses of ReporterManager in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement ReporterManager Modifier and Type Class Description class
MqttReporterManager
Provide a ReporterManager implementation for MQTT communications -
Uses of ReporterManager in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement ReporterManager Modifier and Type Class Description class
OlcbReporterManager
Manage the OpenLCB-specific Reporter implementation. -
Uses of ReporterManager in jmri.jmrix.rfid
Classes in jmri.jmrix.rfid that implement ReporterManager Modifier and Type Class Description class
RfidReporterManager
Rfid implementation of a ReporterManager. -
Uses of ReporterManager in jmri.jmrix.rfid.generic.standalone
Classes in jmri.jmrix.rfid.generic.standalone that implement ReporterManager Modifier and Type Class Description class
StandaloneReporterManager
Rfid implementation of a ReporterManager. -
Uses of ReporterManager in jmri.jmrix.rfid.merg.concentrator
Classes in jmri.jmrix.rfid.merg.concentrator that implement ReporterManager Modifier and Type Class Description class
ConcentratorReporterManager
Rfid implementation of a ReporterManager. -
Uses of ReporterManager in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement ReporterManager Modifier and Type Class Description class
Z21ReporterManager
Z21ReporterManager implements the Reporter Manager interface for Roco Z21 systems. -
Uses of ReporterManager in jmri.jmrix.rps
Classes in jmri.jmrix.rps that implement ReporterManager Modifier and Type Class Description class
RpsReporterManager
RPS implementation of a ReporterManager. -
Uses of ReporterManager in jmri.managers
Classes in jmri.managers that implement ReporterManager Modifier and Type Class Description class
AbstractReporterManager
Abstract partial implementation of a ReporterManager.class
ProxyReporterManager
Implementation of a ReporterManager that can serve as a proxy for multiple system-specific implementations. -
Uses of ReporterManager in jmri.server.json.reporter
Methods in jmri.server.json.reporter that return ReporterManager Modifier and Type Method Description protected ReporterManager
JsonReporterHttpService. getProvidingManager()
-