Uses of Interface
jmri.beans.VetoableChangeProvider
-
Packages that use VetoableChangeProvider Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.beans Contains JMRI classes related to supporting JavaBeans andPropertyChangeListeners.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 Classes to interact with a Marklin Network Connection.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 VetoableChangeProvider in jmri
Subinterfaces of VetoableChangeProvider in jmri Modifier and Type Interface Description interfaceAnalogIOManagerInterface for obtaining AnalogIOs.interfaceAudioManagerLocate an Audio object representing some specific audio information.interfaceAudioSourceManagerAn audio manager that only returns audio sources.interfaceCatalogTreeManagerLocate a CatalogTree object representing some specific information.interfaceConditionalManagerInterface for obtaining ConditionalsinterfaceHasAverageMeterInterface for obtaining AverageMeters.interfaceIdTagManagerLocate an IdTag object representing a specific IdTag.interfaceLightManagerInterface for obtaining Lights.interfaceLogixManagerInterface for obtaining LogixsinterfaceManager<E extends NamedBean>Basic interface for access to named, managed objects.interfaceMemoryManagerLocate a Memory object representing some specific information.interfaceMeterManagerInterface for obtaining Meters.interfaceProvidingManager<E extends NamedBean>interfaceProxyManager<B extends NamedBean>Interface for Managers of NamedBeans that are proxies for a collection of Managers for the same type of NamedBean.interfaceRailComManagerLocate a RailCom Object representing a specific RailCom Enabled device.
RailCom is a registered trademark of Lenz GmbH.interfaceReporterManagerLocate a Reporter object representing some specific device on the layout.interfaceRouteManagerInterface for obtaining Routes.interfaceSectionManagerBasic Implementation of a SectionManager.interfaceSensorManagerInterface for controlling sensors.interfaceSignalGroupManagerInterface for obtaining information about signal groups.interfaceSignalHeadManagerInterface for obtaining signal heads.interfaceSignalMastLogicManagerinterfaceSignalMastManagerInterface for obtaining signal masts.interfaceSignalSystemManagerInterface for obtaining information about signal systems.interfaceStringIOManagerInterface for obtaining StringIOs.interfaceTransitManagerImplementation of a Transit ManagerinterfaceTurnoutManagerLocate a Turnout object representing some specific turnout on the layout.interfaceVariableLightManagerInterface for obtaining VariableLights.Classes in jmri that implement VetoableChangeProvider Modifier and Type Class Description classBlockManagerBasic implementation of a BlockManager.classNamedBeanHandleManagerInstance for controlling the issuing of NamedBeanHandles.classScaleDefine the characteristics of a layout scale. -
Uses of VetoableChangeProvider in jmri.beans
Classes in jmri.beans that implement VetoableChangeProvider Modifier and Type Class Description classConstrainedArbitraryBeanA Bean with support forVetoableChangeListeners.classConstrainedBeanA Bean with support forVetoableChangeListeners.classVetoableChangeSupportImplementation ofPropertyChangeSupportandVetoableChangeSupportthat can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Uses of VetoableChangeProvider in jmri.jmrit.audio
Classes in jmri.jmrit.audio that implement VetoableChangeProvider Modifier and Type Class Description classDefaultAudioManagerProvide the concrete implementation for the Internal Audio Manager.classDefaultAudioSourceManagerThe default AudioSourceManager. -
Uses of VetoableChangeProvider in jmri.jmrit.catalog
Classes in jmri.jmrit.catalog that implement VetoableChangeProvider Modifier and Type Class Description classDefaultCatalogTreeManagerProvide the concrete implementation for the Internal CatalogTree Manager. -
Uses of VetoableChangeProvider in jmri.jmrit.display.layoutEditor
Classes in jmri.jmrit.display.layoutEditor that implement VetoableChangeProvider Modifier and Type Class Description classLayoutBlockManagerImplementation of a Manager to handle LayoutBlocks. -
Uses of VetoableChangeProvider in jmri.jmrit.entryexit
Classes in jmri.jmrit.entryexit that implement VetoableChangeProvider Modifier and Type Class Description classEntryExitPairsImplements 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 VetoableChangeProvider in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement VetoableChangeProvider Modifier and Type Class Description classOBlockManagerBasic Implementation of an OBlockManager.classWarrantManagerBasic Implementation of a WarrantManager. -
Uses of VetoableChangeProvider in jmri.jmrit.logixng
Subinterfaces of VetoableChangeProvider in jmri.jmrit.logixng Modifier and Type Interface Description interfaceAnalogActionManagerManager for AnalogActionBeaninterfaceAnalogExpressionManagerManager for ExpressioninterfaceBaseManager<E extends NamedBean>Base interface for the LogixNG action and expression managers.interfaceConditionalNG_ManagerManager for ConditionalNGinterfaceDigitalActionManagerManager for DigitalActionBeaninterfaceDigitalBooleanActionManagerManager for DigitalBooleanActionBeaninterfaceDigitalExpressionManagerManager for DigitalExpressionBeaninterfaceGlobalVariableManagerManager for GlobalVariableinterfaceLogixNG_ManagerManager for LogixNGinterfaceModuleManagerManager for LogixNG modulesinterfaceNamedTableManagerA manager for a NamedTableinterfaceStringActionManagerManager for StringActionBeaninterfaceStringExpressionManagerManager for Expression -
Uses of VetoableChangeProvider in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement VetoableChangeProvider Modifier and Type Class Description classAbstractBaseManager<E extends NamedBean>Abstract partial implementation for the LogixNG action and expression managers.classDefaultAnalogActionManagerClass providing the basic logic of the ActionManager interface.classDefaultAnalogExpressionManagerClass providing the basic logic of the ExpressionManager interface.classDefaultConditionalNGManagerClass providing the basic logic of the ConditionalNG_Manager interface.classDefaultDigitalActionManagerClass providing the basic logic of the DigitalActionManager interface.classDefaultDigitalBooleanActionManagerClass providing the basic logic of the DigitalBooleanActionManager interface.classDefaultDigitalExpressionManagerClass providing the basic logic of the DigitalExpressionManager interface.classDefaultGlobalVariableManagerClass providing the basic logic of the GlobalVariable_Manager interface.classDefaultLogixNGManagerClass providing the basic logic of the LogixNG_Manager interface.classDefaultModuleManagerClass providing the basic logic of the LogixNG_Manager interface.classDefaultNamedTableManagerClass providing the basic logic of the NamedTable_Manager interface.classDefaultStringActionManagerClass providing the basic logic of the ActionManager interface.classDefaultStringExpressionManagerClass providing the basic logic of the ExpressionManager interface. -
Uses of VetoableChangeProvider in jmri.jmrix.acela
Classes in jmri.jmrix.acela that implement VetoableChangeProvider Modifier and Type Class Description classAcelaLightManagerImplement LightManager for Acela systems.classAcelaSensorManagerManage the Acela-specific Sensor implementation.classAcelaTurnoutManagerImplement turnout manager for Acela systems. -
Uses of VetoableChangeProvider in jmri.jmrix.anyma
Classes in jmri.jmrix.anyma that implement VetoableChangeProvider Modifier and Type Class Description classUsbLightManagerImplement LightManager for Anyma dmx usb systems. -
Uses of VetoableChangeProvider in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement VetoableChangeProvider Modifier and Type Class Description classBiDiBLightManagerImplement LightManager for BiDiB systems.classBiDiBReporterManagerBiDiBReporterManager implements the ReporterManager for BiDiBclassBiDiBSensorManagerImplement SensorManager for BiDiB systems.classBiDiBTurnoutManagerImplement turnout manager for BiDiB systems. -
Uses of VetoableChangeProvider in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement VetoableChangeProvider Modifier and Type Class Description classCbusLightManagerImplement LightManager for CAN CBUS systems.classCbusReporterManagerImplement ReporterManager for CAN CBUS systems.classCbusSensorManagerImplement SensorManager for CAN CBUS systems.classCbusTurnoutManagerImplement TurnoutManager for CAN CBUS systems. -
Uses of VetoableChangeProvider in jmri.jmrix.cmri.serial
Classes in jmri.jmrix.cmri.serial that implement VetoableChangeProvider Modifier and Type Class Description classSerialLightManagerImplement LightManager for CMRI serial systems.classSerialSensorManagerManage the C/MRI serial-specific Sensor implementation.classSerialTurnoutManagerImplement turnout manager for CMRI serial systems. -
Uses of VetoableChangeProvider in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement VetoableChangeProvider Modifier and Type Class Description classDcc4PcReporterManagerDcc4PcReporterManager implements the ReporterManage for dcc4pcclassDcc4PcSensorManagerImplement SensorManager for Dcc4Pc systems. -
Uses of VetoableChangeProvider in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement VetoableChangeProvider Modifier and Type Class Description classDCCppLightManagerImplement LightManager for DCC++ systems.classDCCppSensorManagerImplement SensorManager for DCC++ systems.classDCCppTurnoutManagerImplement TurnoutManager for DCC++ systems. -
Uses of VetoableChangeProvider in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement VetoableChangeProvider Modifier and Type Class Description classEasyDccTurnoutManagerImplement turnout manager for EasyDcc systems. -
Uses of VetoableChangeProvider in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement VetoableChangeProvider Modifier and Type Class Description classEcosLocoAddressManagerClass to manage the ECoS Loco entries within JMRI.classEcosReporterManagerEcosReporterManager implements the ReporterManager for ECoSclassEcosSensorManagerImplement sensor manager for ECoS systems.classEcosTurnoutManagerImplement turnout manager for Ecos systems. -
Uses of VetoableChangeProvider in jmri.jmrix.grapevine
Classes in jmri.jmrix.grapevine that implement VetoableChangeProvider Modifier and Type Class Description classSerialLightManagerImplement LightManager for Grapevine serial systems.classSerialSensorManagerManage the system-specific Sensor implementation.classSerialTurnoutManagerImplement turnout manager for Grapevine systems. -
Uses of VetoableChangeProvider in jmri.jmrix.ieee802154.xbee
Classes in jmri.jmrix.ieee802154.xbee that implement VetoableChangeProvider Modifier and Type Class Description classXBeeLightManagerImplement LightManager for XBee connections.classXBeeSensorManagerManage the XBee specific Sensor implementation.classXBeeTurnoutManagerImplement turnout manager for XBee connections -
Uses of VetoableChangeProvider in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement VetoableChangeProvider Modifier and Type Class Description classInternalAnalogIOManagerImplement a AnalogIOManager for "Internal" (virtual) AnalogIOs.classInternalLightManagerImplement a LightManager for "Internal" (virtual) lights.classInternalMeterManagerImplement a MeterManager for "Internal" (virtual) Meters.classInternalReporterManagerImplementation of the InternalReporterManager interface.classInternalSensorManagerImplementation of the InternalSensorManager interface.classInternalStringIOManagerImplement a StringIOManager for "Internal" (virtual) StringIOs.classInternalTurnoutManagerImplement a turnout manager for "Internal" (virtual) turnouts. -
Uses of VetoableChangeProvider in jmri.jmrix.ipocs
Classes in jmri.jmrix.ipocs that implement VetoableChangeProvider Modifier and Type Class Description classIpocsLightManagerclassIpocsSensorManagerclassIpocsTurnoutManager -
Uses of VetoableChangeProvider in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement VetoableChangeProvider Modifier and Type Class Description classJMRIClientLightManagerImplement LightManager for JMRIClient systemsclassJMRIClientReporterManagerImplement reporter manager for JMRIClient systemsclassJMRIClientSensorManagerImplement sensor manager for JMRIClient systems.classJMRIClientTurnoutManagerImplement turnout manager for JMRIClient systems -
Uses of VetoableChangeProvider in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement VetoableChangeProvider Modifier and Type Class Description classXNetLightManagerImplement LightManager for XpressNet systems.classXNetSensorManagerManage the XpressNet specific Sensor implementation.classXNetTurnoutManagerImplement turnout manager for Lenz (XpresssNet) connections. -
Uses of VetoableChangeProvider in jmri.jmrix.lenz.hornbyelite
Classes in jmri.jmrix.lenz.hornbyelite that implement VetoableChangeProvider Modifier and Type Class Description classEliteXNetTurnoutManagerImplement XNet turnout manager - Specific to Hornby Elite -
Uses of VetoableChangeProvider in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement VetoableChangeProvider Modifier and Type Class Description classLnLightManagerImplement LightManager for LocoNet systems.classLnReporterManagerManage the LocoNet-specific Reporter implementation.classLnSensorManagerManage the LocoNet-specific Sensor implementation.classLnStringIOManagerManage the LocoNet-specific Sensor implementation.classLnTurnoutManagerManage the LocoNet-specific Turnout implementation.classTranspondingTagManagerConcrete implementation for the InternalIdTagManagerinterface that manages TranspondingTags. -
Uses of VetoableChangeProvider in jmri.jmrix.loconet.hexfile
Classes in jmri.jmrix.loconet.hexfile that implement VetoableChangeProvider Modifier and Type Class Description classLnSensorManagerManage the LocoNet-specific Sensor implementation via a LocoNet hexfile emulator. -
Uses of VetoableChangeProvider in jmri.jmrix.maple
Classes in jmri.jmrix.maple that implement VetoableChangeProvider Modifier and Type Class Description classSerialLightManagerImplement LightManager for Maple serial systems.classSerialSensorManagerManage the specific Sensor implementation.classSerialTurnoutManagerImplement turnout manager for serial systems -
Uses of VetoableChangeProvider in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement VetoableChangeProvider Modifier and Type Class Description classMarklinSensorManagerImplement sensor manager for Marklin systems.classMarklinTurnoutManagerImplement turnout manager for Marklin systems. -
Uses of VetoableChangeProvider in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement VetoableChangeProvider Modifier and Type Class Description classMqttLightManagerImplement LightManager for MQTT systemsclassMqttReporterManagerProvide a ReporterManager implementation for MQTT communicationsclassMqttSensorManagerImplementation of the MqttSensorManager interface.classMqttTurnoutManagerImplement turnout manager for MQTT systems -
Uses of VetoableChangeProvider in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement VetoableChangeProvider Modifier and Type Class Description classMrcTurnoutManagerNew MRC TurnoutManager -
Uses of VetoableChangeProvider in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement VetoableChangeProvider Modifier and Type Class Description classNceLightManagerImplement LightManager for NCE systemsclassNceSensorManagerManage the NCE-specific Sensor implementation.classNceTurnoutManagerImplement turnout manager for NCE systems. -
Uses of VetoableChangeProvider in jmri.jmrix.oaktree
Classes in jmri.jmrix.oaktree that implement VetoableChangeProvider Modifier and Type Class Description classSerialLightManagerImplement LightManager for Oak Tree serial systems.classSerialSensorManagerManage the system-specific Sensor implementation.classSerialTurnoutManagerImplement turnout manager for Oak Tree systems. -
Uses of VetoableChangeProvider in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement VetoableChangeProvider Modifier and Type Class Description classOlcbLightManagerclassOlcbMeterManagerCentral functions for OlcbMeters.classOlcbReporterManagerManage the OpenLCB-specific Reporter implementation.classOlcbSensorManagerManage the OpenLCB-specific Sensor implementation.classOlcbStringIOManagerImplement a StringIOManager for OpenLCB StringIOs.classOlcbTurnoutManagerOpenLCB implementation of a TurnoutManager. -
Uses of VetoableChangeProvider in jmri.jmrix.pi
Classes in jmri.jmrix.pi that implement VetoableChangeProvider Modifier and Type Class Description classRaspberryPiSensorManagerManage the RaspberryPi specific Sensor implementation.classRaspberryPiTurnoutManagerImplement Pi turnout manager. -
Uses of VetoableChangeProvider in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement VetoableChangeProvider Modifier and Type Class Description classSerialLightManagerImplement LightManager for Powerline serial systems.classSerialSensorManagerManage the system-specific Sensor implementation.classSerialTurnoutManagerImplement turnout manager for Powerline systems. -
Uses of VetoableChangeProvider in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement VetoableChangeProvider Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with CM11 adapters.classSpecificSensorManagerManage the system-specific Sensor implementation. -
Uses of VetoableChangeProvider in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement VetoableChangeProvider Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with CP290 adaptersclassSpecificSensorManagerManage the system-specific Sensor implementation. -
Uses of VetoableChangeProvider in jmri.jmrix.powerline.dmx512
Classes in jmri.jmrix.powerline.dmx512 that implement VetoableChangeProvider Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with DMX512 serial adapters. -
Uses of VetoableChangeProvider in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement VetoableChangeProvider Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with Insteon 2412S adaptersclassSpecificSensorManagerManage the system-specific Sensor implementation. -
Uses of VetoableChangeProvider in jmri.jmrix.powerline.simulator
Classes in jmri.jmrix.powerline.simulator that implement VetoableChangeProvider Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with Insteon 2412S adaptersclassSpecificSensorManagerManage the system-specific Sensor implementation. -
Uses of VetoableChangeProvider in jmri.jmrix.rfid
Classes in jmri.jmrix.rfid that implement VetoableChangeProvider Modifier and Type Class Description classRfidReporterManagerRfid implementation of a ReporterManager.classRfidSensorManagerManage the Rfid-specific Sensor implementation. -
Uses of VetoableChangeProvider in jmri.jmrix.rfid.generic.standalone
Classes in jmri.jmrix.rfid.generic.standalone that implement VetoableChangeProvider Modifier and Type Class Description classStandaloneReporterManagerRfid implementation of a ReporterManager.classStandaloneSensorManagerManage the Rfid-specific Sensor implementation. -
Uses of VetoableChangeProvider in jmri.jmrix.rfid.merg.concentrator
Classes in jmri.jmrix.rfid.merg.concentrator that implement VetoableChangeProvider Modifier and Type Class Description classConcentratorReporterManagerRfid implementation of a ReporterManager.classConcentratorSensorManagerManage the Rfid-specific Sensor implementation. -
Uses of VetoableChangeProvider in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement VetoableChangeProvider Modifier and Type Class Description classZ21ReporterManagerZ21ReporterManager implements the Reporter Manager interface for Roco Z21 systems.classZ21SensorManagerManage the Z21Specific Sensor implementation.classZ21XNetTurnoutManagerImplement z21 turnout manager. -
Uses of VetoableChangeProvider in jmri.jmrix.rps
Classes in jmri.jmrix.rps that implement VetoableChangeProvider Modifier and Type Class Description classRpsReporterManagerRPS implementation of a ReporterManager.classRpsSensorManagerManage the RPS-specific Sensor implementation. -
Uses of VetoableChangeProvider in jmri.jmrix.secsi
Classes in jmri.jmrix.secsi that implement VetoableChangeProvider Modifier and Type Class Description classSerialLightManagerImplement LightManager for SECSI serial systems.classSerialSensorManagerManage the system-specific SECSI Sensor implementation.classSerialTurnoutManagerImplement turnout manager for SECSI systems. -
Uses of VetoableChangeProvider in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement VetoableChangeProvider Modifier and Type Class Description classSprogTurnoutManagerImplement turnout manager for Sprog systems. -
Uses of VetoableChangeProvider in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement VetoableChangeProvider Modifier and Type Class Description classSRCPSensorManagerImplement SensorMmanager for SRCP systems.classSRCPTurnoutManagerImplement TurnoutManager for SRCP systems. -
Uses of VetoableChangeProvider in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement VetoableChangeProvider Modifier and Type Class Description classTamsSensorManagerImplement sensor manager for Tams systems.classTamsTurnoutManagerImplement turnout manager for Tams systems. -
Uses of VetoableChangeProvider in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement VetoableChangeProvider Modifier and Type Class Description classSerialTurnoutManagerImplement turnout manager for TMCC serial systems. -
Uses of VetoableChangeProvider in jmri.jmrix.xpa
Classes in jmri.jmrix.xpa that implement VetoableChangeProvider Modifier and Type Class Description classXpaTurnoutManagerImplement turnout manager for Xpa+Modem connections to XpressNet Based systems. -
Uses of VetoableChangeProvider in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement VetoableChangeProvider Modifier and Type Class Description classMx1TurnoutManagerImplement turnout manager for Mx1 Turnouts. -
Uses of VetoableChangeProvider in jmri.jmrix.ztc.ztc611
Classes in jmri.jmrix.ztc.ztc611 that implement VetoableChangeProvider Modifier and Type Class Description classZTC611XNetTurnoutManagerImplement turnout manager - Specific to ZTC ZTC611 -
Uses of VetoableChangeProvider in jmri.managers
Classes in jmri.managers that implement VetoableChangeProvider Modifier and Type Class Description classAbstractAnalogIOManagerAbstract partial implementation of a AnalogIOManager.classAbstractAudioManagerAbstract partial implementation of an AudioManager.classAbstractLightManagerAbstract partial implementation of a LightManager.classAbstractManager<E extends NamedBean>Abstract partial implementation for all Manager-type classes.classAbstractMemoryManagerAbstract partial implementation of a MemoryManager.classAbstractMeterManagerDefault implementation of a MeterManager.classAbstractProvidingProxyManager<E extends NamedBean>Implementation of a Manager that can serves as a proxy for multiple system-specific implementations.classAbstractProxyManager<E extends NamedBean>Implementation of a Manager that can serves as a proxy for multiple system-specific implementations.classAbstractReporterManagerAbstract partial implementation of a ReporterManager.classAbstractSensorManagerAbstract base implementation of the SensorManager interface.classAbstractSignalHeadManagerAbstract partial implementation of a SignalHeadManager.classAbstractStringIOManagerAbstract partial implementation of a StringIOManager.classAbstractTurnoutManagerAbstract partial implementation of a TurnoutManager.classDefaultConditionalManagerBasic Implementation of a ConditionalManager.classDefaultIdTagManagerConcrete implementation for the InternalIdTagManagerinterface.classDefaultLogixManagerBasic Implementation of a LogixManager.classDefaultMemoryManagerProvide the concrete implementation for the Internal Memory Manager.classDefaultRailComManagerConcrete implementation for the InternalRailComManagerinterface.classDefaultRouteManagerBasic Implementation of a RouteManager.classDefaultSectionManagerBasic Implementation of a SectionManager.classDefaultSignalGroupManagerDefault implementation of a SignalGroupManager.classDefaultSignalMastLogicManagerDefault implementation of a SignalMastLogicManager.classDefaultSignalMastManagerDefault implementation of a SignalMastManager.classDefaultSignalSystemManagerDefault implementation of a SignalSystemManager.classDefaultTransitManagerImplementation of a Transit ManagerclassDefaultVariableLightManagerDefault implementation of a VariableLightManager.classProxyAnalogIOManagerImplementation of a AnalogIOManager that can serve as a proxy for multiple system-specific implementations.classProxyIdTagManagerImplementation of a IdTagManager that can serve as a proxy for multiple system-specific implementations.classProxyLightManagerImplementation of a LightManager that can serve as a proxy for multiple system-specific implementations.classProxyMeterManagerImplementation of a MeterManager that can serve as a proxy for multiple system-specific implementations.classProxyReporterManagerImplementation of a ReporterManager that can serve as a proxy for multiple system-specific implementations.classProxySensorManagerImplementation of a SensorManager that can serve as a proxy for multiple system-specific implementations.classProxyStringIOManagerImplementation of a StringIOManager that can serve as a proxy for multiple system-specific implementations.classProxyTurnoutManagerImplementation of a TurnoutManager that can serve as a proxy for multiple system-specific implementations.
-