Uses of Interface
jmri.beans.SilenceablePropertyChangeProvider
-
Packages that use SilenceablePropertyChangeProvider Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.audio Provides specific implementations of various audio systems.jmri.jmrit.catalog Provides a tree-based catalog for browsing.jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.entryexit Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.logixng jmri.jmrit.logixng.implementation jmri.jmrix.acela This package handles communications for the CTI Acela hardware.jmri.jmrix.anyma 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.lenz.hornbyelite 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.mrc 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.dmx512 This package handles communications for DMX lighting 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.sprog jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.tmcc jmri.jmrix.xpa jmri.jmrix.zimo jmri.jmrix.ztc.ztc611 jmri.managers Provides implementations of various JMRI managers. -
-
Uses of SilenceablePropertyChangeProvider in jmri
Subinterfaces of SilenceablePropertyChangeProvider in jmri Modifier and Type Interface Description interface
AnalogIOManager
Interface for obtaining AnalogIOs.interface
AudioManager
Locate an Audio object representing some specific audio information.interface
AudioSourceManager
An audio manager that only returns audio sources.interface
CatalogTreeManager
Locate a CatalogTree object representing some specific information.interface
ConditionalManager
Interface for obtaining Conditionalsinterface
IdTagManager
Locate an IdTag object representing a specific IdTag.interface
LightManager
Interface for obtaining Lights.interface
LogixManager
Interface for obtaining Logixsinterface
Manager<E extends NamedBean>
Basic interface for access to named, managed objects.interface
MemoryManager
Locate a Memory object representing some specific information.interface
MeterManager
Interface for obtaining Meters.interface
ProvidingManager<E extends NamedBean>
interface
ProxyManager<B extends NamedBean>
Interface for Managers of NamedBeans that are proxies for a collection of Managers for the same type of NamedBean.interface
RailComManager
Locate a RailCom Object representing a specific RailCom Enabled device.
RailCom is a registered trademark of Lenz GmbH.interface
ReporterManager
Locate a Reporter object representing some specific device on the layout.interface
RouteManager
Interface for obtaining Routes.interface
SectionManager
Basic Implementation of a SectionManager.interface
SensorManager
Interface for controlling sensors.interface
SignalGroupManager
Interface for obtaining information about signal groups.interface
SignalHeadManager
Interface for obtaining signal heads.interface
SignalMastLogicManager
interface
SignalMastManager
Interface for obtaining signal masts.interface
SignalSystemManager
Interface for obtaining information about signal systems.interface
StringIOManager
Interface for obtaining StringIOs.interface
TransitManager
Implementation of a Transit Managerinterface
TurnoutManager
Locate a Turnout object representing some specific turnout on the layout.interface
VariableLightManager
Interface for obtaining VariableLights.Classes in jmri that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
BlockManager
Basic implementation of a BlockManager.class
NamedBeanHandleManager
Instance for controlling the issuing of NamedBeanHandles. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrit.audio
Classes in jmri.jmrit.audio that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
DefaultAudioManager
Provide the concrete implementation for the Internal Audio Manager.class
DefaultAudioSourceManager
The default AudioSourceManager. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrit.catalog
Classes in jmri.jmrit.catalog that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
DefaultCatalogTreeManager
Provide the concrete implementation for the Internal CatalogTree Manager. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrit.display.layoutEditor
Classes in jmri.jmrit.display.layoutEditor that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
LayoutBlockManager
Implementation of a Manager to handle LayoutBlocks. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrit.entryexit
Classes in jmri.jmrit.entryexit that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
EntryExitPairs
Implements an Entry Exit based method of setting turnouts, setting up signal logic and allocating blocks through a path based on the Layout Editor. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
OBlockManager
Basic Implementation of an OBlockManager.class
WarrantManager
Basic Implementation of a WarrantManager. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrit.logixng
Subinterfaces of SilenceablePropertyChangeProvider in jmri.jmrit.logixng Modifier and Type Interface Description interface
AnalogActionManager
Manager for AnalogActionBeaninterface
AnalogExpressionManager
Manager for Expressioninterface
BaseManager<E extends NamedBean>
Base interface for the LogixNG action and expression managers.interface
ConditionalNG_Manager
Manager for ConditionalNGinterface
DigitalActionManager
Manager for DigitalActionBeaninterface
DigitalBooleanActionManager
Manager for DigitalBooleanActionBeaninterface
DigitalExpressionManager
Manager for DigitalExpressionBeaninterface
GlobalVariableManager
Manager for GlobalVariableinterface
LogixNG_Manager
Manager for LogixNGinterface
ModuleManager
Manager for LogixNG modulesinterface
NamedTableManager
A manager for a NamedTableinterface
StringActionManager
Manager for StringActionBeaninterface
StringExpressionManager
Manager for Expression -
Uses of SilenceablePropertyChangeProvider in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
AbstractBaseManager<E extends NamedBean>
Abstract partial implementation for the LogixNG action and expression managers.class
DefaultAnalogActionManager
Class providing the basic logic of the ActionManager interface.class
DefaultAnalogExpressionManager
Class providing the basic logic of the ExpressionManager interface.class
DefaultConditionalNGManager
Class providing the basic logic of the ConditionalNG_Manager interface.class
DefaultDigitalActionManager
Class providing the basic logic of the DigitalActionManager interface.class
DefaultDigitalBooleanActionManager
Class providing the basic logic of the DigitalBooleanActionManager interface.class
DefaultDigitalExpressionManager
Class providing the basic logic of the DigitalExpressionManager interface.class
DefaultGlobalVariableManager
Class providing the basic logic of the GlobalVariable_Manager interface.class
DefaultLogixNGManager
Class providing the basic logic of the LogixNG_Manager interface.class
DefaultModuleManager
Class providing the basic logic of the LogixNG_Manager interface.class
DefaultNamedTableManager
Class providing the basic logic of the NamedTable_Manager interface.class
DefaultStringActionManager
Class providing the basic logic of the ActionManager interface.class
DefaultStringExpressionManager
Class providing the basic logic of the ExpressionManager interface. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.acela
Classes in jmri.jmrix.acela that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
AcelaLightManager
Implement LightManager for Acela systems.class
AcelaSensorManager
Manage the Acela-specific Sensor implementation.class
AcelaTurnoutManager
Implement turnout manager for Acela systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.anyma
Classes in jmri.jmrix.anyma that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
UsbLightManager
Implement LightManager for Anyma dmx usb systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
BiDiBLightManager
Implement LightManager for BiDiB systems.class
BiDiBReporterManager
BiDiBReporterManager implements the ReporterManager for BiDiBclass
BiDiBSensorManager
Implement SensorManager for BiDiB systems.class
BiDiBTurnoutManager
Implement turnout manager for BiDiB systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
CbusLightManager
Implement LightManager for CAN CBUS systems.class
CbusReporterManager
Implement ReporterManager for CAN CBUS systems.class
CbusSensorManager
Implement SensorManager for CAN CBUS systems.class
CbusTurnoutManager
Implement TurnoutManager for CAN CBUS systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.cmri.serial
Classes in jmri.jmrix.cmri.serial that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SerialLightManager
Implement LightManager for CMRI serial systems.class
SerialSensorManager
Manage the C/MRI serial-specific Sensor implementation.class
SerialTurnoutManager
Implement turnout manager for CMRI serial systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
Dcc4PcReporterManager
Dcc4PcReporterManager implements the ReporterManage for dcc4pcclass
Dcc4PcSensorManager
Implement SensorManager for Dcc4Pc systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
DCCppLightManager
Implement LightManager for DCC++ systems.class
DCCppSensorManager
Implement SensorManager for DCC++ systems.class
DCCppTurnoutManager
Implement TurnoutManager for DCC++ systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
EasyDccTurnoutManager
Implement turnout manager for EasyDcc systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
EcosLocoAddressManager
Class to manage the ECoS Loco entries within JMRI.class
EcosReporterManager
EcosReporterManager implements the ReporterManager for ECoSclass
EcosSensorManager
Implement sensor manager for ECoS systems.class
EcosTurnoutManager
Implement turnout manager for Ecos systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.grapevine
Classes in jmri.jmrix.grapevine that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SerialLightManager
Implement LightManager for Grapevine serial systems.class
SerialSensorManager
Manage the system-specific Sensor implementation.class
SerialTurnoutManager
Implement turnout manager for Grapevine systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.ieee802154.xbee
Classes in jmri.jmrix.ieee802154.xbee that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
XBeeLightManager
Implement LightManager for XBee connections.class
XBeeSensorManager
Manage the XBee specific Sensor implementation.class
XBeeTurnoutManager
Implement turnout manager for XBee connections -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
InternalAnalogIOManager
Implement a AnalogIOManager for "Internal" (virtual) AnalogIOs.class
InternalLightManager
Implement a LightManager for "Internal" (virtual) lights.class
InternalMeterManager
Implement a MeterManager for "Internal" (virtual) Meters.class
InternalReporterManager
Implementation of the InternalReporterManager interface.class
InternalSensorManager
Implementation of the InternalSensorManager interface.class
InternalStringIOManager
Implement a StringIOManager for "Internal" (virtual) StringIOs.class
InternalTurnoutManager
Implement a turnout manager for "Internal" (virtual) turnouts. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.ipocs
Classes in jmri.jmrix.ipocs that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
IpocsLightManager
class
IpocsSensorManager
class
IpocsTurnoutManager
-
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
JMRIClientLightManager
Implement LightManager for JMRIClient systemsclass
JMRIClientReporterManager
Implement reporter manager for JMRIClient systemsclass
JMRIClientSensorManager
Implement sensor manager for JMRIClient systems.class
JMRIClientTurnoutManager
Implement turnout manager for JMRIClient systems -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
XNetLightManager
Implement LightManager for XpressNet systems.class
XNetSensorManager
Manage the XpressNet specific Sensor implementation.class
XNetTurnoutManager
Implement turnout manager for Lenz (XpresssNet) connections. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.lenz.hornbyelite
Classes in jmri.jmrix.lenz.hornbyelite that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
EliteXNetTurnoutManager
Implement XNet turnout manager - Specific to Hornby Elite -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
LnLightManager
Implement LightManager for LocoNet systems.class
LnReporterManager
Manage the LocoNet-specific Reporter implementation.class
LnSensorManager
Manage the LocoNet-specific Sensor implementation.class
LnStringIOManager
Manage the LocoNet-specific Sensor implementation.class
LnTurnoutManager
Manage the LocoNet-specific Turnout implementation.class
TranspondingTagManager
Concrete implementation for the InternalIdTagManager
interface that manages TranspondingTags. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.loconet.hexfile
Classes in jmri.jmrix.loconet.hexfile that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
LnSensorManager
Manage the LocoNet-specific Sensor implementation via a LocoNet hexfile emulator. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.maple
Classes in jmri.jmrix.maple that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SerialLightManager
Implement LightManager for Maple serial systems.class
SerialSensorManager
Manage the specific Sensor implementation.class
SerialTurnoutManager
Implement turnout manager for serial systems -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
MarklinSensorManager
Implement sensor manager for Marklin systems.class
MarklinTurnoutManager
Implement turnout manager for Marklin systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
MqttLightManager
Implement LightManager for MQTT systemsclass
MqttReporterManager
Provide a ReporterManager implementation for MQTT communicationsclass
MqttSensorManager
Implementation of the MqttSensorManager interface.class
MqttTurnoutManager
Implement turnout manager for MQTT systems -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
MrcTurnoutManager
New MRC TurnoutManager -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
NceLightManager
Implement LightManager for NCE systemsclass
NceSensorManager
Manage the NCE-specific Sensor implementation.class
NceTurnoutManager
Implement turnout manager for NCE systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.oaktree
Classes in jmri.jmrix.oaktree that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SerialLightManager
Implement LightManager for Oak Tree serial systems.class
SerialSensorManager
Manage the system-specific Sensor implementation.class
SerialTurnoutManager
Implement turnout manager for Oak Tree systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
OlcbLightManager
class
OlcbReporterManager
Manage the OpenLCB-specific Reporter implementation.class
OlcbSensorManager
Manage the OpenLCB-specific Sensor implementation.class
OlcbTurnoutManager
OpenLCB implementation of a TurnoutManager. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.pi
Classes in jmri.jmrix.pi that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
RaspberryPiSensorManager
Manage the RaspberryPi specific Sensor implementation.class
RaspberryPiTurnoutManager
Implement Pi turnout manager. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SerialLightManager
Implement LightManager for Powerline serial systems.class
SerialSensorManager
Manage the system-specific Sensor implementation.class
SerialTurnoutManager
Implement turnout manager for Powerline systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with CM11 adapters.class
SpecificSensorManager
Manage the system-specific Sensor implementation. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with CP290 adaptersclass
SpecificSensorManager
Manage the system-specific Sensor implementation. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.powerline.dmx512
Classes in jmri.jmrix.powerline.dmx512 that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with DMX512 serial adapters. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with Insteon 2412S adaptersclass
SpecificSensorManager
Manage the system-specific Sensor implementation. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.powerline.simulator
Classes in jmri.jmrix.powerline.simulator that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SpecificLightManager
Implement LightManager for powerline serial systems with Insteon 2412S adaptersclass
SpecificSensorManager
Manage the system-specific Sensor implementation. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.rfid
Classes in jmri.jmrix.rfid that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
RfidReporterManager
Rfid implementation of a ReporterManager.class
RfidSensorManager
Manage the Rfid-specific Sensor implementation. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.rfid.generic.standalone
Classes in jmri.jmrix.rfid.generic.standalone that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
StandaloneReporterManager
Rfid implementation of a ReporterManager.class
StandaloneSensorManager
Manage the Rfid-specific Sensor implementation. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.rfid.merg.concentrator
Classes in jmri.jmrix.rfid.merg.concentrator that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
ConcentratorReporterManager
Rfid implementation of a ReporterManager.class
ConcentratorSensorManager
Manage the Rfid-specific Sensor implementation. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
Z21ReporterManager
Z21ReporterManager implements the Reporter Manager interface for Roco Z21 systems.class
Z21SensorManager
Manage the Z21Specific Sensor implementation.class
Z21XNetTurnoutManager
Implement z21 turnout manager. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.rps
Classes in jmri.jmrix.rps that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
RpsReporterManager
RPS implementation of a ReporterManager.class
RpsSensorManager
Manage the RPS-specific Sensor implementation. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.secsi
Classes in jmri.jmrix.secsi that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SerialLightManager
Implement LightManager for SECSI serial systems.class
SerialSensorManager
Manage the system-specific SECSI Sensor implementation.class
SerialTurnoutManager
Implement turnout manager for SECSI systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SprogTurnoutManager
Implement turnout manager for Sprog systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SRCPSensorManager
Implement SensorMmanager for SRCP systems.class
SRCPTurnoutManager
Implement TurnoutManager for SRCP systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
TamsSensorManager
Implement sensor manager for Tams systems.class
TamsTurnoutManager
Implement turnout manager for Tams systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
SerialTurnoutManager
Implement turnout manager for TMCC serial systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.xpa
Classes in jmri.jmrix.xpa that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
XpaTurnoutManager
Implement turnout manager for Xpa+Modem connections to XpressNet Based systems. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
Mx1TurnoutManager
Implement turnout manager for Mx1 Turnouts. -
Uses of SilenceablePropertyChangeProvider in jmri.jmrix.ztc.ztc611
Classes in jmri.jmrix.ztc.ztc611 that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
ZTC611XNetTurnoutManager
Implement turnout manager - Specific to ZTC ZTC611 -
Uses of SilenceablePropertyChangeProvider in jmri.managers
Classes in jmri.managers that implement SilenceablePropertyChangeProvider Modifier and Type Class Description class
AbstractAnalogIOManager
Abstract partial implementation of a AnalogIOManager.class
AbstractAudioManager
Abstract partial implementation of an AudioManager.class
AbstractLightManager
Abstract partial implementation of a LightManager.class
AbstractManager<E extends NamedBean>
Abstract partial implementation for all Manager-type classes.class
AbstractMemoryManager
Abstract partial implementation of a MemoryManager.class
AbstractMeterManager
Default implementation of a MeterManager.class
AbstractProvidingProxyManager<E extends NamedBean>
Implementation of a Manager that can serves as a proxy for multiple system-specific implementations.class
AbstractProxyManager<E extends NamedBean>
Implementation of a Manager that can serves as a proxy for multiple system-specific implementations.class
AbstractReporterManager
Abstract partial implementation of a ReporterManager.class
AbstractSensorManager
Abstract base implementation of the SensorManager interface.class
AbstractSignalHeadManager
Abstract partial implementation of a SignalHeadManager.class
AbstractStringIOManager
Abstract partial implementation of a StringIOManager.class
AbstractTurnoutManager
Abstract partial implementation of a TurnoutManager.class
DefaultConditionalManager
Basic Implementation of a ConditionalManager.class
DefaultIdTagManager
Concrete implementation for the InternalIdTagManager
interface.class
DefaultLogixManager
Basic Implementation of a LogixManager.class
DefaultMemoryManager
Provide the concrete implementation for the Internal Memory Manager.class
DefaultRailComManager
Concrete implementation for the InternalRailComManager
interface.class
DefaultRouteManager
Basic Implementation of a RouteManager.class
DefaultSectionManager
Basic Implementation of a SectionManager.class
DefaultSignalGroupManager
Default implementation of a SignalGroupManager.class
DefaultSignalMastLogicManager
Default implementation of a SignalMastLogicManager.class
DefaultSignalMastManager
Default implementation of a SignalMastManager.class
DefaultSignalSystemManager
Default implementation of a SignalSystemManager.class
DefaultTransitManager
Implementation of a Transit Managerclass
DefaultVariableLightManager
Default implementation of a VariableLightManager.class
ProxyAnalogIOManager
Implementation of a AnalogIOManager that can serve as a proxy for multiple system-specific implementations.class
ProxyIdTagManager
Implementation of a IdTagManager that can serve as a proxy for multiple system-specific implementations.class
ProxyLightManager
Implementation of a LightManager that can serve as a proxy for multiple system-specific implementations.class
ProxyMeterManager
Implementation of a MeterManager that can serve as a proxy for multiple system-specific implementations.class
ProxyReporterManager
Implementation of a ReporterManager that can serve as a proxy for multiple system-specific implementations.class
ProxySensorManager
Implementation of a SensorManager that can serve as a proxy for multiple system-specific implementations.class
ProxyStringIOManager
Implementation of a StringIOManager that can serve as a proxy for multiple system-specific implementations.class
ProxyTurnoutManager
Implementation of a TurnoutManager that can serve as a proxy for multiple system-specific implementations.
-