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 voidInstanceManager. setReporterManager(ReporterManager p) -
Uses of ReporterManager in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as ReporterManager Modifier and Type Field Description protected ReporterManagerReporterTableAction. reporterManagerMethods in jmri.jmrit.beantable that return ReporterManager Modifier and Type Method Description ReporterManagerReporterTableDataModel. 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) ReporterManagerPickListModel.ReporterPickModel. manager -
Uses of ReporterManager in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement ReporterManager Modifier and Type Class Description classBiDiBReporterManagerBiDiBReporterManager implements the ReporterManager for BiDiBMethods in jmri.jmrix.bidib that return ReporterManager Modifier and Type Method Description ReporterManagerBiDiBSystemConnectionMemo. getReporterManager()Methods in jmri.jmrix.bidib with parameters of type ReporterManager Modifier and Type Method Description voidBiDiBSystemConnectionMemo. 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 classCbusReporterManagerImplement 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 classDcc4PcReporterManagerDcc4PcReporterManager 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 classEcosReporterManagerEcosReporterManager 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 classInternalReporterManagerImplementation of the InternalReporterManager interface. -
Uses of ReporterManager in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement ReporterManager Modifier and Type Class Description classJMRIClientReporterManagerImplement reporter manager for JMRIClient systemsMethods in jmri.jmrix.jmriclient that return ReporterManager Modifier and Type Method Description ReporterManagerJMRIClientSystemConnectionMemo. getReporterManager()Methods in jmri.jmrix.jmriclient with parameters of type ReporterManager Modifier and Type Method Description voidJMRIClientSystemConnectionMemo. setReporterManager(ReporterManager t) -
Uses of ReporterManager in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement ReporterManager Modifier and Type Class Description classLnReporterManagerManage 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 classMqttReporterManagerProvide 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 classOlcbReporterManagerManage 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 classRfidReporterManagerRfid 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 classStandaloneReporterManagerRfid 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 classConcentratorReporterManagerRfid 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 classZ21ReporterManagerZ21ReporterManager 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 classRpsReporterManagerRPS implementation of a ReporterManager. -
Uses of ReporterManager in jmri.managers
Classes in jmri.managers that implement ReporterManager Modifier and Type Class Description classAbstractReporterManagerAbstract partial implementation of a ReporterManager.classProxyReporterManagerImplementation 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 ReporterManagerJsonReporterHttpService. getProvidingManager()
-