Uses of Interface
jmri.beans.PropertyChangeFirer
Packages that use PropertyChangeFirer
Package
Description
Issue Reporter for JMRI and related applications.
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Contains JMRI classes related to supporting JavaBeans and
PropertyChangeListeners.Provides an XML-based mechanism for storing and restoring configurations.
Provides implementations of various JMRI interfaces.
Server implementation for the JMRI interfaces.
Contains a SRCP protocol parser to be built with the
Java Compiler Compiler (JavaCC).
Provides specific implementations of various audio systems.
Provides a tree-based catalog for browsing.
Provides control panel and associated visible icon classes.
Layout Editor currently represents both structure and graphical display through a single set of objects.
Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.
Support for implementing Warrants in JMRI.
Basic support for advanced programming, primarily used by DecoderPro.
Interfaces and implementations for system-specific code.
This package handles communications for the CTI Acela hardware.
Provides connections and GUI support for attached speedometers.
Defines classes for interfacing to a CAN-based model railway
control bus.
Defines classes for interfacing to a MERG CBUS network.
Provides basic interfaces and certain core implementations for the JMRI
C/MRI implementation.
Provides basic interfaces and certain core implementations for the JMRI
C/MRI serial implementation.
Support for the ESU ECoS.
This package handles communications for the ProTrak Grapevine hardware.
The jmrix.internal package contains a JMRI connection implementation
for use without a layout.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
JMRI implementation of the LocoNet over TCP protocol.
Implementation and specialization for connecting to to an Uhlenbrock
Intellibox-II via its in-built USB connection.
Classes to interact with a Marklin Network Connection.
Classes to interact with a Marklin Network Connection.
Provides JMRI layout objects that use MQTT connections.
Implementation of the JMRI OpenLCB hardware interface.
This package handles communications for powerline adapters, such as X10.
This package handles communications for CM11 powerline adapters.
This package handles communications for CP290 powerline adapters.
This package handles communications for DMX lighting adapters.
This package handles communications for Insteon 2412S adapters.
Connects to a QSI programmer unit.
This package handles communications for RFID adapters.
This package handles communications for Generic RFID stand-alone readers.
This package handles communications for MERG RFID Concentrators.
This package contains software specific to the RPS system from
NAC Services, Inc.
This package handles communications for the TracTronics SECSI hardware.
Provide a JMRI connection to an
SRCP server.
Support for the ESU ECoS.
Provides implementations of various JMRI managers.
JMRI profile management.
A simple implementation of Programmer for debugging purposes.
The JMRI JSON Services provide access to JMRI via JSON data objects via a
RESTful interface over HTTP or via JSON messages via a socket interface over
TCP or WebSockets.
Provides small Swing-based tool and utility classes
for JMRI basic forms.
Contains various utilities classes that are
useful across the entire
JMRI library structure.
This package provides two mechanisms for storing preferences and one
mechanism for storing user interface state within a JMRI profile:
JmriConfigurationProvider
Complex preferences within an XML element provided by the object storing
and retrieving the element.
JmriPreferencesProvider
Simple preferences within a Preferences
construct.
JmriUserInterfaceConfigurationProvider
Complex user interface state within an XML element provided by the object
storing and retrieving the element.
These three classes provide arbitrary read/write access to the
underlying storage, such that writing a users preferences does not require
any part of a JMRI application have knowledge of every object that manages
users preferences.Provides utilities and classes for Zeroconf/Bonjour networking.
-
Uses of PropertyChangeFirer in apps.systemconsole
Classes in apps.systemconsole that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in apps.util.issuereporter
Classes in apps.util.issuereporter that implement PropertyChangeFirerModifier and TypeClassDescriptionclassclassclassCommon code for the various types of problem reports. -
Uses of PropertyChangeFirer in jmri
Classes in jmri that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRepresent a NamedBean (such as a Turnout) and specific desired setting for it.classBasic implementation of a BlockManager.classSpecialization of TurnoutOperation to contain common properties and methods for concrete subclasses.classInstance for controlling the issuing of NamedBeanHandles.classNoFeedBackTurnoutOperation class - specialization of TurnoutOperation to provide automatic retry for a turnout with no feedback.classRawTurnoutOperation class - specialization of TurnoutOperation to provide automatic retry for a turnout with no feedback by sending raw NMRA commands to the turnout.classDefine the characteristics of a layout scale.classSensorTurnoutOperation class - specialization of TurnoutOperation to provide automatic retry for a turnout with explicit feedback from sensor(s).classFramework for automating reliable turnout operation. -
Uses of PropertyChangeFirer in jmri.beans
Classes in jmri.beans that implement PropertyChangeFirerModifier and TypeClassDescriptionclassGeneric implementation ofBeanInterfacewith a complete implementation ofPropertyChangeSupportand support for arbitrary properties defined at runtime.classGeneric implementation ofBeanInterfacewith a complete implementation ofPropertyChangeSupport.classA Bean with support forVetoableChangeListeners.classA Bean with support forVetoableChangeListeners.classBean that implements some common code for preferences objects.classImplementation ofPropertyChangeSupportthat can be extended by classes that would normally need to implement the methods of PropertyChangeSupport independently.classImplementation ofPropertyChangeSupportandVetoableChangeSupportthat can be extended by classes that would normally need to implement the methods of PropertyChangeSupport and VetoableChangeSupport independently. -
Uses of PropertyChangeFirer in jmri.configurexml
Classes in jmri.configurexml that implement PropertyChangeFirerModifier and TypeClassDescriptionfinal classPreferences for Load and store tables and panel files.final classPreferences for Shutdown used by StoreAndCompare -
Uses of PropertyChangeFirer in jmri.implementation
Classes in jmri.implementation that implement PropertyChangeFirerModifier and TypeClassDescriptionclassclassDefault implementation to map Signal aspects or appearances to speed requirements. -
Uses of PropertyChangeFirer in jmri.jmris
Classes in jmri.jmris that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.jmris.simpleserver
Classes in jmri.jmris.simpleserver that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.jmris.srcp
Classes in jmri.jmris.srcp that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.jmrit.audio
Classes in jmri.jmrit.audio that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProvide the concrete implementation for the Internal Audio Manager. -
Uses of PropertyChangeFirer in jmri.jmrit.catalog
Classes in jmri.jmrit.catalog that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProvide the concrete implementation for the Internal CatalogTree Manager. -
Uses of PropertyChangeFirer in jmri.jmrit.consisttool
Classes in jmri.jmrit.consisttool that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.jmrit.display
Classes in jmri.jmrit.display that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.jmrit.display.layoutEditor
Classes in jmri.jmrit.display.layoutEditor that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplementation of a Manager to handle LayoutBlocks.classLayoutTrackExpectedState<T extends LayoutTrack>Retain a LayoutTrack and its expected state. -
Uses of PropertyChangeFirer in jmri.jmrit.entryexit
Classes in jmri.jmrit.entryexit that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplements 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 PropertyChangeFirer in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement PropertyChangeFirerModifier and TypeClassDescriptionclassBasic Implementation of an OBlockManager.classBasic Implementation of a WarrantManager.classHold configuration data for Warrants, includes Speed Map -
Uses of PropertyChangeFirer in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement PropertyChangeFirerModifier and TypeClassDescriptionclassAbstractBaseManager<E extends NamedBean>Abstract partial implementation for the LogixNG action and expression managers.classClass providing the basic logic of the ActionManager interface.classClass providing the basic logic of the ExpressionManager interface.classClass providing the basic logic of the ConditionalNG_Manager interface.classClass providing the basic logic of the DigitalActionManager interface.classClass providing the basic logic of the DigitalBooleanActionManager interface.classClass providing the basic logic of the DigitalExpressionManager interface.classClass providing the basic logic of the GlobalVariable_Manager interface.classClass providing the basic logic of the LogixNG_Manager interface.final classPreferences for LogixNGclassClass providing the basic logic of the LogixNG_Manager interface.classClass providing the basic logic of the NamedTable_Manager interface.classClass providing the basic logic of the ActionManager interface.classClass providing the basic logic of the ExpressionManager interface. -
Uses of PropertyChangeFirer in jmri.jmrit.logixng.util
Classes in jmri.jmrit.logixng.util that implement PropertyChangeFirerModifier and TypeClassDescriptionclassThe Dispatcher support in LogixNG provides the ability to start, control, and terminate trains. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.automation
Classes in jmri.jmrit.operations.automation that implement PropertyChangeFirerModifier and TypeClassDescriptionclassAutomation for operationsclassRepresents one automation item of a automationclassManages automations. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.automation.actions
Classes in jmri.jmrit.operations.automation.actions that implement PropertyChangeFirerModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of PropertyChangeFirer in jmri.jmrit.operations.locations
Classes in jmri.jmrit.operations.locations that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRepresents a location on the layoutclassManages locations.classRepresents a pool of tracks that share their length.classRepresents a location (track) on the layout Can be a spur, yard, staging, or interchange track. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.locations.divisions
Classes in jmri.jmrit.operations.locations.divisions that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRepresents a railroad divisionclassManages divisions. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.locations.schedules
Classes in jmri.jmrit.operations.locations.schedules that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRepresents a car delivery schedule for a locationclassRepresents one schedule item of a scheduleclassManages schedules. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.rollingstock
Classes in jmri.jmrit.operations.rollingstock that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRepresents rolling stock, both powered (locomotives) and not powered (cars) on the layout.classRepresents an attribute a rolling stock can have.classRollingStockGroup<T extends RollingStock>A group of rolling stock that is managed as one unit.classclassRollingStockManager<T extends RollingStock>Base class for rolling stock managers car and engine. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.rollingstock.cars
Classes in jmri.jmrit.operations.rollingstock.cars that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRepresents a car on the layoutclassRepresents the colors that cars can have.classRepresents the lengths that cars can have.classRepresents the loads that cars can have.classManages the cars.classRepresents the owner names that cars can have.classRepresents the road names that cars can have.classRepresents the types of cars a railroad can have.classA Kernel is a group of cars that is managed as one car.classManages Kernels. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.rollingstock.engines
Classes in jmri.jmrit.operations.rollingstock.engines that implement PropertyChangeFirerModifier and TypeClassDescriptionclassA consist is a group of engines that is managed as one engine.classManages Consists.classRepresents a locomotive on the layoutclassRepresents the lengths that engines can have.classManages the engines.classRepresents the various engine models a railroad can have.classRepresents the types of engines a railroad can have. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.routes
Classes in jmri.jmrit.operations.routes that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRepresents a route on the layoutclassRepresents a location in a route, a location can appear more than once in a route.classManages the routes -
Uses of PropertyChangeFirer in jmri.jmrit.operations.setup
Classes in jmri.jmrit.operations.setup that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.jmrit.operations.setup.backup
Classes in jmri.jmrit.operations.setup.backup that implement PropertyChangeFirerModifier and TypeClassDescriptionclassSpecific Backup class for backing up and restoring Operations working files to the Automatic Backup Store.classBase class for backing up and restoring Operations working files.classSpecific Backup class for backing up and restoring Operations working files to the Default Backup Store. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.trains
Classes in jmri.jmrit.operations.trains that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRepresents a train on the layoutclassManages trains. -
Uses of PropertyChangeFirer in jmri.jmrit.operations.trains.schedules
Classes in jmri.jmrit.operations.trains.schedules that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRepresents a schedule for trains.classManages train schedules. -
Uses of PropertyChangeFirer in jmri.jmrit.roster
Classes in jmri.jmrit.roster that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLoad and store the Roster configuration.classRosterEntry represents a single element in a locomotive roster, including information on how to locate it from decoder information. -
Uses of PropertyChangeFirer in jmri.jmrit.roster.rostergroup
Classes in jmri.jmrit.roster.rostergroup that implement PropertyChangeFirerModifier and TypeClassDescriptionclassA RosterGroup object contains information about groupings of entries within theRoster. -
Uses of PropertyChangeFirer in jmri.jmrit.symbolicprog
Classes in jmri.jmrit.symbolicprog that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.jmrix
Classes in jmri.jmrix that implement PropertyChangeFirerModifier and TypeClassDescriptionclassCommon implementations for the Programmer interface.classAn abstract implementation of DccThrottle.classFor historical reasons, some NamedBean types have out-of-pattern system prefixes: OBlocks use O (as in OB) RailCom tags use R Transponding tags use L ThisSystemConnectionMemoimplementation is meant to handle these by providing connection memo services without being connected to a particular system instantiation.classManager for ConnectionConfig objects.classLightweight abstract class to denote that a system is active, and provide general information.classManager for SystemConnectionMemos. -
Uses of PropertyChangeFirer in jmri.jmrix.acela
Classes in jmri.jmrix.acela that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for Acela systems.classManage the Acela-specific Sensor implementation.classLightweight class to denote that a system is active, and provide general information.classImplement turnout manager for Acela systems. -
Uses of PropertyChangeFirer in jmri.jmrix.anyma
Classes in jmri.jmrix.anyma that implement PropertyChangeFirerModifier and TypeClassDescriptionclassMinimal SystemConnectionMemo for anyma dmx systems.classImplement LightManager for Anyma dmx usb systems. -
Uses of PropertyChangeFirer in jmri.jmrix.bachrus
Classes in jmri.jmrix.bachrus that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for BiDiB systems.classProvides an Ops mode programming interface for BiDiB Currently only Byte mode is implemented, though BiDiB also supports bit mode writes for POMclassConvert the jmri.Programmer interface into BiDiB.classExtend DefaultProgrammerManager to provide ops mode programmers for BiDiB systemsclassBiDiBReporterManager implements the ReporterManager for BiDiBclassImplement SensorManager for BiDiB systems.classLightweight class to denote that a system is active and provide general information.classAn implementation of DccThrottle with code specific to an BiDiB connection.classImplement turnout manager for BiDiB systems. -
Uses of PropertyChangeFirer in jmri.jmrix.can
Classes in jmri.jmrix.can that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProvide an Ops Mode Programmer via a wrapper what works with the CBUS command station object.classImplements the jmri.Programmer interface via commands for the CBUS programmer.classExtend DefaultProgrammerManager to provide programmers for CBUS systems Added methods to manipulate the programmer availability to support hardware that can redirect ops mode or service mode packets to a particular interface.classImplement LightManager for CAN CBUS systems.classPowerManager implementation for controlling CBUS layout power.classPreferences for the MERG CBUS connections.classImplement ReporterManager for CAN CBUS systems.classImplement SensorManager for CAN CBUS systems.classAn implementation of DccThrottle via AbstractThrottle with code specific to a CBUS connection.classImplement TurnoutManager for CAN CBUS systems. -
Uses of PropertyChangeFirer in jmri.jmrix.cmri
Classes in jmri.jmrix.cmri that implement PropertyChangeFirerModifier and TypeClassDescriptionclassMinimal SystemConnectionMemo for C/MRI systems. -
Uses of PropertyChangeFirer in jmri.jmrix.cmri.serial
Classes in jmri.jmrix.cmri.serial that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for CMRI serial systems.classManage the C/MRI serial-specific Sensor implementation.classImplement turnout manager for CMRI serial systems. -
Uses of PropertyChangeFirer in jmri.jmrix.dcc4pc
Classes in jmri.jmrix.dcc4pc that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProvides an Ops mode proxy programming interface for a RailCom Reader.classDCC4PC Programmer acts as a proxy for ops mode programming.classDcc4PcReporterManager implements the ReporterManage for dcc4pcclassImplement SensorManager for Dcc4Pc systems.classLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for DCC++ systems.classProvides an Ops mode programming interface for DCC++.classclassProgrammer support for DCC++.classExtend DefaultProgrammerManager to provide ops mode programmers on DCC++classImplement SensorManager for DCC++ systems.classLightweight class to denote that a system is active and provide general information.classAn implementation of DccThrottle with code specific to a DCC++ connection.classImplement TurnoutManager for DCC++ systems. -
Uses of PropertyChangeFirer in jmri.jmrix.debugthrottle
Classes in jmri.jmrix.debugthrottle that implement PropertyChangeFirerModifier and TypeClassDescriptionclassAn implementation of DccThrottle for debugging use. -
Uses of PropertyChangeFirer in jmri.jmrix.direct
Classes in jmri.jmrix.direct that implement PropertyChangeFirerModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo.classAn implementation of DccThrottle with code specific to a Direct serial connection. -
Uses of PropertyChangeFirer in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProvide an Ops Mode Programmer via a wrapper that works with the EasyDccCommandStation object.classPowerManager implementation for controlling layout powerclassImplements the jmri.Programmer interface via commands for the EasyDCC powerstation.classExtend DefaultProgrammerManager to provide ops mode programmers for EasyDCC systems.classLightweight class to denote that a system is active, and provide general information.classAn implementation of DccThrottle with code specific to an EasyDCC connection.classImplement turnout manager for EasyDcc systems. -
Uses of PropertyChangeFirer in jmri.jmrix.ecos
Classes in jmri.jmrix.ecos that implement PropertyChangeFirerModifier and TypeClassDescriptionclassAn implementation of DccThrottle with code specific to an ECoS connection.classStores all the loco information from the ECoS into JMRIclassClass to manage the ECoS Loco entries within JMRI.classProvide an Ops Mode Programmer via a wrapper what works with the ECoS command station object.classPowerManager implementation for controlling ECoS layout power.classImplements the jmri.Programmer interface via commands for the ECoS programmer.classExtend DefaultProgrammerManager to provide programmers on ECos Programming track is supported from ECoS firmware version 4.1.classEcosReporterManager implements the ReporterManager for ECoSclassImplement sensor manager for ECoS systems.classLightweight class to denote that a system is active, and provide general information.classImplement turnout manager for Ecos systems. -
Uses of PropertyChangeFirer in jmri.jmrix.grapevine
Classes in jmri.jmrix.grapevine that implement PropertyChangeFirerModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo for Grapevine.classImplement LightManager for Grapevine serial systems.classManage the system-specific Sensor implementation.classImplement turnout manager for Grapevine systems. -
Uses of PropertyChangeFirer in jmri.jmrix.ieee802154
Classes in jmri.jmrix.ieee802154 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.ieee802154.serialdriver
Classes in jmri.jmrix.ieee802154.serialdriver that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.ieee802154.xbee
Classes in jmri.jmrix.ieee802154.xbee that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information.classImplement LightManager for XBee connections.classManage the XBee specific Sensor implementation.classImplement turnout manager for XBee connections -
Uses of PropertyChangeFirer in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement a AnalogIOManager for "Internal" (virtual) AnalogIOs.classImplement a LightManager for "Internal" (virtual) lights.classImplement a MeterManager for "Internal" (virtual) Meters.classImplementation of the InternalReporterManager interface.classImplementation of the InternalSensorManager interface.classImplement a StringIOManager for "Internal" (virtual) StringIOs.classLightweight class to denote that a system is active, and provide general information.classImplement a turnout manager for "Internal" (virtual) turnouts. -
Uses of PropertyChangeFirer in jmri.jmrix.ipocs
Classes in jmri.jmrix.ipocs that implement PropertyChangeFirerModifier and TypeClassDescriptionclassclassclassclass -
Uses of PropertyChangeFirer in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for JMRIClient systemsclassPowerManager implementation for controlling layout powerclassImplement reporter manager for JMRIClient systemsclassImplement sensor manager for JMRIClient systems.classLightweight class to denote that a system is active and provide general information.classImplement turnout manager for JMRIClient systems -
Uses of PropertyChangeFirer in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for XpressNet systems.classProvides an Ops mode programming interface for XpressNet Currently only Byte mode is implemented, though XpressNet also supports bit mode writes for POMclassPowerManager implementation for controlling layout power.classConvert the jmri.Programmer interface into commands for the Lenz XpressNetclassExtend DefaultProgrammerManager to provide ops mode programmers on XPressNetclassManage the XpressNet specific Sensor implementation.classLightweight class to denote that a system is active and provide general informationclassAn implementation of DccThrottle with code specific to an XpressNet connection.classImplement turnout manager for Lenz (XpresssNet) connections. -
Uses of PropertyChangeFirer in jmri.jmrix.lenz.hornbyelite
Classes in jmri.jmrix.lenz.hornbyelite that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProgrammer support for Hornby Elite implementationn of XpressNet.classLightweight class to denote that a system is active and provide general informationclassAn implementation of DccThrottle with code specific to an XpressNet connection on the Hornby Elite.classImplement XNet turnout manager - Specific to Hornby Elite -
Uses of PropertyChangeFirer in jmri.jmrix.lenz.li100
Classes in jmri.jmrix.lenz.li100 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProgrammer support for Lenz XpressNet. -
Uses of PropertyChangeFirer in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement PropertyChangeFirerModifier and TypeClassDescriptionclassA specialization of the LocoNet Throttle for Intellibox-I foibles.classA specialization of the LocoNet Throttle for Intellibox-II foibles.classLocoNet LNCV Devices ManagerclassImplement LightManager for LocoNet systems.classProvide an Ops Mode Programmer via a wrapper that works with the LocoNet SlotManager object.classPowerManager implementation for controlling layout power.classExtend DefaultProgrammerManager to provide programmers on LocoNet.classManage the LocoNet-specific Reporter implementation.classManage the LocoNet-specific Sensor implementation.classManage the LocoNet-specific Sensor implementation.classLocoNet LNSV1 Devices ManagerclassManage the LocoNet-specific Turnout implementation.classLightweight class to denote that a system is active, and provide general information.classAn implementation of DccThrottle via AbstractThrottle with code specific to a LocoNet connection.classAn implementation of DccThrottle via AbstractThrottle with code specific to a PR2 connection.classControls a collection of slots, acting as the counter-part of a LocoNet command station.classConcrete implementation for the InternalIdTagManagerinterface that manages TranspondingTags.classOnly change compared to standard LocoNet SlotManager is CV programming. -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.hexfile
Classes in jmri.jmrix.loconet.hexfile that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a system is "active" via a LocoNet hexfile emulator.classManage the LocoNet-specific Sensor implementation via a LocoNet hexfile emulator. -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.locoio
Classes in jmri.jmrix.loconet.locoio that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.loconetovertcp
Classes in jmri.jmrix.loconet.loconetovertcp that implement PropertyChangeFirerModifier and TypeClassDescriptionclassPreferences for the LocoNet over TCP server. -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.pr2
Classes in jmri.jmrix.loconet.pr2 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassPowerManager implementation for controlling layout power via PR2.classLightweight class to denote that a PR2 is active -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.pr3
Classes in jmri.jmrix.loconet.pr3 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a PR3 is active -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.pr4
Classes in jmri.jmrix.loconet.pr4 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a PR4 is active -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.uhlenbrock
Classes in jmri.jmrix.loconet.uhlenbrock that implement PropertyChangeFirerModifier and TypeClassDescriptionclassExtend LnProgrammerManager to disable on-the-track programming, which is not supported by IB-COM or Intellibox IIclassLightweight class to denote that an Uhlenbrock IB-COM or Intellibox II is active -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.usb_dcs210Plus
Classes in jmri.jmrix.loconet.usb_dcs210Plus that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a DCS210Plus USB interface is active -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.usb_dcs240
Classes in jmri.jmrix.loconet.usb_dcs240 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a DCS240 USB interface is active -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.usb_dcs240Plus
Classes in jmri.jmrix.loconet.usb_dcs240Plus that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a DCS240Plus USB interface is active -
Uses of PropertyChangeFirer in jmri.jmrix.loconet.usb_dcs52
Classes in jmri.jmrix.loconet.usb_dcs52 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a DCS52 USB interface is active -
Uses of PropertyChangeFirer in jmri.jmrix.maple
Classes in jmri.jmrix.maple that implement PropertyChangeFirerModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo for Maple.classImplement LightManager for Maple serial systems.classManage the specific Sensor implementation.classImplement turnout manager for serial systems -
Uses of PropertyChangeFirer in jmri.jmrix.marklin
Classes in jmri.jmrix.marklin that implement PropertyChangeFirerModifier and TypeClassDescriptionclassPowerManager implementation for controlling layout power.classImplement sensor manager for Marklin systems.classLightweight class to denote that a system is active, and provide general information.classAn implementation of DccThrottle with code specific to an TAMS connection.classImplement turnout manager for Marklin systems. -
Uses of PropertyChangeFirer in jmri.jmrix.marklin.cdb
Classes in jmri.jmrix.marklin.cdb that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for MQTT systemsclassclassProvide a ReporterManager implementation for MQTT communicationsclassImplementation of the MqttSensorManager interface.classclassAn implementation of AbstractThrottle with code specific to a MQTT connection.classImplement turnout manager for MQTT systems -
Uses of PropertyChangeFirer in jmri.jmrix.mrc
Classes in jmri.jmrix.mrc that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProvide an Ops Mode Programmer via a wrapper what works with the MRC command station object.classPowerManager implementation for controlling layout powerclassConvert the jmri.Programmer interface into commands for the MRC power house.classExtend DefaultProgrammerManager to provide ops mode programmers for MRC systemsclassLightweight class to denote that a system is active, and provide general information.classAn implementation of DccThrottle with code specific to an MRC connection.classNew MRC TurnoutManager -
Uses of PropertyChangeFirer in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for NCE systemsclassProvide an Ops Mode Programmer via a wrapper what works with the NCE command station object.classPowerManager implementation for controlling layout power.classConvert the jmri.Programmer interface into commands for the NCE power house.classExtend DefaultProgrammerManager to provide ops mode programmers for NCE systems.classManage the NCE-specific Sensor implementation.classLightweight class to denote that a system is active, and provide general information.classAn implementation of DccThrottle with code specific to an NCE connection.classImplement turnout manager for NCE systems. -
Uses of PropertyChangeFirer in jmri.jmrix.oaktree
Classes in jmri.jmrix.oaktree that implement PropertyChangeFirerModifier and TypeClassDescriptionclassMinimum required SystemConnectionMemo.classImplement LightManager for Oak Tree serial systems.classManage the system-specific Sensor implementation.classImplement turnout manager for Oak Tree systems. -
Uses of PropertyChangeFirer in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement PropertyChangeFirerModifier and TypeClassDescriptionclassclassCentral functions for OlcbMeters.final classExtend jmri.managers.AbstractPowerManager for OpenLCB controls.classProvide access to the hardware DCC decoder programming capability.classGet access to availableProgrammerobjects.classManage the OpenLCB-specific Reporter implementation.classManage the OpenLCB-specific Sensor implementation.classImplement a StringIOManager for OpenLCB StringIOs.classAn implementation of DccThrottle for OpenLCB.classOpenLCB implementation of a TurnoutManager. -
Uses of PropertyChangeFirer in jmri.jmrix.pi
Classes in jmri.jmrix.pi that implement PropertyChangeFirerModifier and TypeClassDescriptionclassManage the RaspberryPi specific Sensor implementation.classLightweight class to denote that a system is active and provide general information.classImplement Pi turnout manager. -
Uses of PropertyChangeFirer in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for Powerline serial systems.classManage the system-specific Sensor implementation.classLightweight class to denote that a system is active, and provide general information.classImplement turnout manager for Powerline systems. -
Uses of PropertyChangeFirer in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for powerline serial systems with CM11 adapters.classManage the system-specific Sensor implementation.classLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for powerline serial systems with CP290 adaptersclassManage the system-specific Sensor implementation.classLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.powerline.dmx512
Classes in jmri.jmrix.powerline.dmx512 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for powerline serial systems with DMX512 serial adapters.classLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for powerline serial systems with Insteon 2412S adaptersclassManage the system-specific Sensor implementation.classLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.powerline.simulator
Classes in jmri.jmrix.powerline.simulator that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement LightManager for powerline serial systems with Insteon 2412S adaptersclassManage the system-specific Sensor implementation.classLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.qsi
Classes in jmri.jmrix.qsi that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplements the jmri.Programmer interface via commands for the QSI programmer.classLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.rfid
Classes in jmri.jmrix.rfid that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRfid implementation of a ReporterManager.classManage the Rfid-specific Sensor implementation.classLightweight class to denote that a system is active, and provide general information. -
Uses of PropertyChangeFirer in jmri.jmrix.rfid.generic.standalone
Classes in jmri.jmrix.rfid.generic.standalone that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRfid implementation of a ReporterManager.classManage the Rfid-specific Sensor implementation. -
Uses of PropertyChangeFirer in jmri.jmrix.rfid.merg.concentrator
Classes in jmri.jmrix.rfid.merg.concentrator that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRfid implementation of a ReporterManager.classManage the Rfid-specific Sensor implementation. -
Uses of PropertyChangeFirer in jmri.jmrix.roco
Classes in jmri.jmrix.roco that implement PropertyChangeFirerModifier and TypeClassDescriptionclassAn implementation of DccThrottle with code specific to a Roco XpressNet connection. -
Uses of PropertyChangeFirer in jmri.jmrix.roco.z21
Classes in jmri.jmrix.roco.z21 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassZ21ReporterManager implements the Reporter Manager interface for Roco Z21 systems.classManage the Z21Specific Sensor implementation.classLightweight class to denote that a system is active, and provide general information.classProvides an Ops mode programming interface for Roco Z21 Currently only Byte mode is implemented, though XpressNet also supports bit mode writes for POMclassZ21 Programmer support for Lenz XpressNet.classExtend XNetProgrammerManager for Z21.classAn implementation of DccThrottle with code specific to a z21 XpressNet connection.classImplement z21 turnout manager. -
Uses of PropertyChangeFirer in jmri.jmrix.rps
Classes in jmri.jmrix.rps that implement PropertyChangeFirerModifier and TypeClassDescriptionclassRPS implementation of a ReporterManager.classManage the RPS-specific Sensor implementation.classMinimal implementation of SystemConnectionMemo. -
Uses of PropertyChangeFirer in jmri.jmrix.secsi
Classes in jmri.jmrix.secsi that implement PropertyChangeFirerModifier and TypeClassDescriptionclassMinimum required implementation.classImplement LightManager for SECSI serial systems.classManage the system-specific SECSI Sensor implementation.classImplement turnout manager for SECSI systems. -
Uses of PropertyChangeFirer in jmri.jmrix.sprog
Classes in jmri.jmrix.sprog that implement PropertyChangeFirerModifier and TypeClassDescriptionclassAn implementation of DccThrottle with code specific to a SPROG Command Station connection.classProvide an Ops Mode Programmer via a wrapper what works with the SPROG command station object.classPowerManager implementation for controlling SPROG layout power.classImplement the jmri.Programmer interface via commands for the Sprog programmer.classExtend DefaultProgrammerManager to provide programmers for SPROG systems.classLightweight class to denote that a system is active, and provide general information.classAn implementation of DccThrottle with code specific to an SPROG connection.classImplement turnout manager for Sprog systems. -
Uses of PropertyChangeFirer in jmri.jmrix.srcp
Classes in jmri.jmrix.srcp that implement PropertyChangeFirerModifier and TypeClassDescriptionclassLightweight class to denote that a system is active, and provide general information.classPowerManager implementation for controlling layout powerclassImplements the jmri.Programmer interface via commands for the SRCP powerstationclassExtend DefaultProgrammerManager to provide ops mode programmers for SRCP systemsclassImplement SensorMmanager for SRCP systems.classLightweight class to denote that a system is active, and provide general information.classAn implementation of DccThrottle with code specific to an SRCP connection.classImplement TurnoutManager for SRCP systems. -
Uses of PropertyChangeFirer in jmri.jmrix.tams
Classes in jmri.jmrix.tams that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProvide an Ops Mode Programmer via a wrapper what works with the TAMS command station object.classPowerManager implementation for controlling layout power using binary P50x commands Based on work by Bob Jacobsen and Kevin DickersonclassConvert the jmri.Programmer interface into commands for the NCE power house.classExtend DefaultProgrammerManager to provide ops mode programmers for NCE systemsclassImplement sensor manager for Tams systems.classLightweight class to denote that a system is active, and provide general information.classAn implementation of DccThrottle with code specific to a TAMS connection.classImplement turnout manager for Tams systems. -
Uses of PropertyChangeFirer in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement PropertyChangeFirerModifier and TypeClassDescriptionclassAn implementation of DccThrottle.classImplement turnout manager for TMCC serial systems.classProvide an Ops Mode Programmer via a wrapper that works with the TMCC control interfaceclassImplements the jmri.Programmer interface via commands for the TMCC control interface.classExtend DefaultProgrammerManager to provide ops mode programmers for TMCC systems.classProvide the required SystemConnectionMemo. -
Uses of PropertyChangeFirer in jmri.jmrix.xpa
Classes in jmri.jmrix.xpa that implement PropertyChangeFirerModifier and TypeClassDescriptionclassPowerManager implementation for controlling layout power from an XPA+modem connected to an XpressNet based system.classProvide the required SystemConnectionMemo for the XPA+Modem adapters.classAn XPA+Modem implementation of the Throttle for XpressNet SystemsclassImplement turnout manager for Xpa+Modem connections to XpressNet Based systems. -
Uses of PropertyChangeFirer in jmri.jmrix.zimo
Classes in jmri.jmrix.zimo that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProgrammer support for Zimo MXULF operations mode.classPowerManager implementation for controlling layout power.classProgrammer support for Zimo Mx-1.classExtend DefaultProgrammerManager to provide ops mode programmers for Zimo systems.classLightweight class to denote that a system is active, and provide general information.classAn implementation of DccThrottle with code specific to an Mx1 connection.classImplement turnout manager for Mx1 Turnouts. -
Uses of PropertyChangeFirer in jmri.jmrix.ztc.ztc611
Classes in jmri.jmrix.ztc.ztc611 that implement PropertyChangeFirerModifier and TypeClassDescriptionclassImplement turnout manager - Specific to ZTC ZTC611 -
Uses of PropertyChangeFirer in jmri.managers
Classes in jmri.managers that implement PropertyChangeFirerModifier and TypeClassDescriptionclassAbstract partial implementation of a AnalogIOManager.classAbstract partial implementation of an AudioManager.classAbstract partial implementation of a LightManager.classAbstractManager<E extends NamedBean>Abstract partial implementation for all Manager-type classes.classAbstract partial implementation of a MemoryManager.classDefault implementation of a MeterManager.classAbstractPowerManager<M extends SystemConnectionMemo>Base PowerManager implementation for controlling layout power.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.classAbstract partial implementation of a ReporterManager.classAbstract base implementation of the SensorManager interface.classAbstract partial implementation of a SignalHeadManager.classAbstract partial implementation of a StringIOManager.classAbstract partial implementation of a TurnoutManager.classBasic Implementation of a ConditionalManager.classConcrete implementation for the InternalIdTagManagerinterface.classBasic Implementation of a LogixManager.classProvide the concrete implementation for the Internal Memory Manager.classDefault implementation for controlling layout powerclassProvides a very basic implementation of a programmer manager by providing a union of the AddressedProgrammerManager and GlobalProgrammerManager interfaces.classConcrete implementation for the InternalRailComManagerinterface.classBasic Implementation of a RouteManager.classBasic Implementation of a SectionManager.classThe default implementation ofShutDownManager.classDefault implementation of a SignalGroupManager.classDefault implementation of a SignalMastLogicManager.classDefault implementation of a SignalMastManager.classDefault implementation of a SignalSystemManager.classImplementation of a Transit ManagerclassDefault implementation of a VariableLightManager.classDefers global programmer operations to the default global Programmer, and addressed programmer operations to the default AddressedProgrammer.classImplementation ofUserPreferencesManagerthat saves user interface preferences that should be automatically remembered as they are set.classRecords and executes a desired set of defaults for the JMRI InstanceManager and ProxyManagers.classImplementation of a AnalogIOManager that can serve as a proxy for multiple system-specific implementations.classImplementation of a IdTagManager that can serve as a proxy for multiple system-specific implementations.classImplementation of a LightManager that can serve as a proxy for multiple system-specific implementations.classImplementation of a MeterManager that can serve as a proxy for multiple system-specific implementations.classImplementation of a ReporterManager that can serve as a proxy for multiple system-specific implementations.classImplementation of a SensorManager that can serve as a proxy for multiple system-specific implementations.classImplementation of a StringIOManager that can serve as a proxy for multiple system-specific implementations.classImplementation of a TurnoutManager that can serve as a proxy for multiple system-specific implementations. -
Uses of PropertyChangeFirer in jmri.profile
Classes in jmri.profile that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.progdebugger
Classes in jmri.progdebugger that implement PropertyChangeFirerModifier and TypeClassDescriptionclassProvides an implementation of ProgrammerManager for the debug programmer.classDebugging implementation of Programmer interface. -
Uses of PropertyChangeFirer in jmri.server.json
Classes in jmri.server.json that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.server.json.consist
Classes in jmri.server.json.consist that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.server.web.app
Classes in jmri.server.web.app that implement PropertyChangeFirerModifier and TypeClassDescriptionclassManager for the Angular JMRI Web Application. -
Uses of PropertyChangeFirer in jmri.swing
Classes in jmri.swing that implement PropertyChangeFirer -
Uses of PropertyChangeFirer in jmri.util
Classes in jmri.util that implement PropertyChangeFirerModifier and TypeClassDescriptionclassSupport theFileUtilstatic API while providingPropertyChangeSupportfor listening to changes in the paths.final classPreferences for HelpUtilclassNamedBeanExpectedState<T extends NamedBean>Retain a NamedBean and its expected state.classNamedBeanExpectedValue<T extends NamedBean,S> Retain a NamedBean and its expected value (called a state in this class). -
Uses of PropertyChangeFirer in jmri.util.gui
Classes in jmri.util.gui that implement PropertyChangeFirerModifier and TypeClassDescriptionclassManage GUI Look and Feel (LAF) preferences. -
Uses of PropertyChangeFirer in jmri.util.prefs
Classes in jmri.util.prefs that implement PropertyChangeFirerModifier and TypeClassDescriptionclassAn abstract PreferencesManager that implements some of the boilerplate that PreferencesManager implementations would otherwise require. -
Uses of PropertyChangeFirer in jmri.util.startup
Classes in jmri.util.startup that implement PropertyChangeFirerModifier and TypeClassDescriptionclassMaintain a list of actions that can be used byAbstractActionModeland its descendants.classManager for Startup Actions. -
Uses of PropertyChangeFirer in jmri.util.zeroconf
Classes in jmri.util.zeroconf that implement PropertyChangeFirerModifier and TypeClassDescriptionclassPreferences manager for ZeroConf networking. -
Uses of PropertyChangeFirer in jmri.web.server
Classes in jmri.web.server that implement PropertyChangeFirer