Uses of Interface
jmri.LightManager
-
Packages that use LightManager Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrit.display.switchboardEditor jmri.jmrit.picker 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.dccpp 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.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.maple jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.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.secsi This package handles communications for the TracTronics SECSI hardware.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of LightManager in jmri
Methods in jmri that return LightManager Modifier and Type Method Description static LightManagerInstanceManager. lightManagerInstance()May eventually be deprecated, use @{link #getDefault} directly.Methods in jmri with parameters of type LightManager Modifier and Type Method Description static voidInstanceManager. setLightManager(LightManager p) -
Uses of LightManager in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as LightManager Modifier and Type Field Description protected LightManagerLightTableAction. lightManager -
Uses of LightManager in jmri.jmrit.display.switchboardEditor
Fields in jmri.jmrit.display.switchboardEditor declared as LightManager Modifier and Type Field Description protected LightManagerSwitchboardEditor. lightManager -
Uses of LightManager in jmri.jmrit.picker
Fields in jmri.jmrit.picker declared as LightManager Modifier and Type Field Description (package private) LightManagerPickListModel.LightPickModel. manager -
Uses of LightManager in jmri.jmrix.acela
Classes in jmri.jmrix.acela that implement LightManager Modifier and Type Class Description classAcelaLightManagerImplement LightManager for Acela systems. -
Uses of LightManager in jmri.jmrix.anyma
Classes in jmri.jmrix.anyma that implement LightManager Modifier and Type Class Description classUsbLightManagerImplement LightManager for Anyma dmx usb systems. -
Uses of LightManager in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement LightManager Modifier and Type Class Description classBiDiBLightManagerImplement LightManager for BiDiB systems.Methods in jmri.jmrix.bidib that return LightManager Modifier and Type Method Description LightManagerBiDiBSystemConnectionMemo. getLightManager()Methods in jmri.jmrix.bidib with parameters of type LightManager Modifier and Type Method Description voidBiDiBSystemConnectionMemo. setLightManager(LightManager l) -
Uses of LightManager in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement LightManager Modifier and Type Class Description classCbusLightManagerImplement LightManager for CAN CBUS systems. -
Uses of LightManager in jmri.jmrix.cmri.serial
Classes in jmri.jmrix.cmri.serial that implement LightManager Modifier and Type Class Description classSerialLightManagerImplement LightManager for CMRI serial systems. -
Uses of LightManager in jmri.jmrix.dccpp
Classes in jmri.jmrix.dccpp that implement LightManager Modifier and Type Class Description classDCCppLightManagerImplement LightManager for DCC++ systems.Methods in jmri.jmrix.dccpp that return LightManager Modifier and Type Method Description LightManagerDCCppSystemConnectionMemo. getLightManager()Methods in jmri.jmrix.dccpp with parameters of type LightManager Modifier and Type Method Description voidDCCppSystemConnectionMemo. setLightManager(LightManager l) -
Uses of LightManager in jmri.jmrix.grapevine
Classes in jmri.jmrix.grapevine that implement LightManager Modifier and Type Class Description classSerialLightManagerImplement LightManager for Grapevine serial systems.Methods in jmri.jmrix.grapevine that return LightManager Modifier and Type Method Description LightManagerGrapevineSystemConnectionMemo. getLightManager()Provide access to the LightManager for this particular connection. -
Uses of LightManager in jmri.jmrix.ieee802154.xbee
Classes in jmri.jmrix.ieee802154.xbee that implement LightManager Modifier and Type Class Description classXBeeLightManagerImplement LightManager for XBee connections.Methods in jmri.jmrix.ieee802154.xbee that return LightManager Modifier and Type Method Description LightManagerXBeeConnectionMemo. getLightManager()Methods in jmri.jmrix.ieee802154.xbee with parameters of type LightManager Modifier and Type Method Description voidXBeeConnectionMemo. setLightManager(LightManager s) -
Uses of LightManager in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement LightManager Modifier and Type Class Description classInternalLightManagerImplement a LightManager for "Internal" (virtual) lights. -
Uses of LightManager in jmri.jmrix.ipocs
Classes in jmri.jmrix.ipocs that implement LightManager Modifier and Type Class Description classIpocsLightManager -
Uses of LightManager in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement LightManager Modifier and Type Class Description classJMRIClientLightManagerImplement LightManager for JMRIClient systemsMethods in jmri.jmrix.jmriclient that return LightManager Modifier and Type Method Description LightManagerJMRIClientSystemConnectionMemo. getLightManager()Methods in jmri.jmrix.jmriclient with parameters of type LightManager Modifier and Type Method Description voidJMRIClientSystemConnectionMemo. setLightManager(LightManager t) -
Uses of LightManager in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement LightManager Modifier and Type Class Description classXNetLightManagerImplement LightManager for XpressNet systems.Methods in jmri.jmrix.lenz that return LightManager Modifier and Type Method Description LightManagerXNetSystemConnectionMemo. getLightManager()Provide access to the LightManager for this particular connection.Methods in jmri.jmrix.lenz with parameters of type LightManager Modifier and Type Method Description voidXNetSystemConnectionMemo. setLightManager(LightManager l) -
Uses of LightManager in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement LightManager Modifier and Type Class Description classLnLightManagerImplement LightManager for LocoNet systems. -
Uses of LightManager in jmri.jmrix.maple
Classes in jmri.jmrix.maple that implement LightManager Modifier and Type Class Description classSerialLightManagerImplement LightManager for Maple serial systems.Methods in jmri.jmrix.maple that return LightManager Modifier and Type Method Description LightManagerMapleSystemConnectionMemo. getLightManager()Provide access to the LightManager for this particular connection. -
Uses of LightManager in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement LightManager Modifier and Type Class Description classMqttLightManagerImplement LightManager for MQTT systems -
Uses of LightManager in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement LightManager Modifier and Type Class Description classNceLightManagerImplement LightManager for NCE systems -
Uses of LightManager in jmri.jmrix.oaktree
Classes in jmri.jmrix.oaktree that implement LightManager Modifier and Type Class Description classSerialLightManagerImplement LightManager for Oak Tree serial systems.Methods in jmri.jmrix.oaktree that return LightManager Modifier and Type Method Description LightManagerOakTreeSystemConnectionMemo. getLightManager()Provide access to the LightManager for this particular connection. -
Uses of LightManager in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement LightManager Modifier and Type Class Description classOlcbLightManager -
Uses of LightManager in jmri.jmrix.pi
Methods in jmri.jmrix.pi that return LightManager Modifier and Type Method Description LightManagerRaspberryPiSystemConnectionMemo. getLightManager()Methods in jmri.jmrix.pi with parameters of type LightManager Modifier and Type Method Description voidRaspberryPiSystemConnectionMemo. setLightManager(LightManager l) -
Uses of LightManager in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement LightManager Modifier and Type Class Description classSerialLightManagerImplement LightManager for Powerline serial systems. -
Uses of LightManager in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement LightManager Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with CM11 adapters. -
Uses of LightManager in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement LightManager Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with CP290 adapters -
Uses of LightManager in jmri.jmrix.powerline.dmx512
Classes in jmri.jmrix.powerline.dmx512 that implement LightManager Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with DMX512 serial adapters. -
Uses of LightManager in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement LightManager Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with Insteon 2412S adapters -
Uses of LightManager in jmri.jmrix.powerline.simulator
Classes in jmri.jmrix.powerline.simulator that implement LightManager Modifier and Type Class Description classSpecificLightManagerImplement LightManager for powerline serial systems with Insteon 2412S adapters -
Uses of LightManager in jmri.jmrix.secsi
Classes in jmri.jmrix.secsi that implement LightManager Modifier and Type Class Description classSerialLightManagerImplement LightManager for SECSI serial systems.Methods in jmri.jmrix.secsi that return LightManager Modifier and Type Method Description LightManagerSecsiSystemConnectionMemo. getLightManager()Provide access to the LightManager for this particular connection. -
Uses of LightManager in jmri.managers
Classes in jmri.managers that implement LightManager Modifier and Type Class Description classAbstractLightManagerAbstract partial implementation of a LightManager.classProxyLightManagerImplementation of a LightManager that can serve as a proxy for multiple system-specific implementations.
-