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 LightManager
InstanceManager. lightManagerInstance()
May eventually be deprecated, use @{link #getDefault} directly.Methods in jmri with parameters of type LightManager Modifier and Type Method Description static void
InstanceManager. setLightManager(LightManager p)
-
Uses of LightManager in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable declared as LightManager Modifier and Type Field Description protected LightManager
LightTableAction. lightManager
-
Uses of LightManager in jmri.jmrit.display.switchboardEditor
Fields in jmri.jmrit.display.switchboardEditor declared as LightManager Modifier and Type Field Description protected LightManager
SwitchboardEditor. lightManager
-
Uses of LightManager in jmri.jmrit.picker
Fields in jmri.jmrit.picker declared as LightManager Modifier and Type Field Description (package private) LightManager
PickListModel.LightPickModel. manager
-
Uses of LightManager in jmri.jmrix.acela
Classes in jmri.jmrix.acela that implement LightManager Modifier and Type Class Description class
AcelaLightManager
Implement LightManager for Acela systems. -
Uses of LightManager in jmri.jmrix.anyma
Classes in jmri.jmrix.anyma that implement LightManager Modifier and Type Class Description class
UsbLightManager
Implement 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 class
BiDiBLightManager
Implement LightManager for BiDiB systems.Methods in jmri.jmrix.bidib that return LightManager Modifier and Type Method Description LightManager
BiDiBSystemConnectionMemo. getLightManager()
Methods in jmri.jmrix.bidib with parameters of type LightManager Modifier and Type Method Description void
BiDiBSystemConnectionMemo. 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 class
CbusLightManager
Implement 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 class
SerialLightManager
Implement 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 class
DCCppLightManager
Implement LightManager for DCC++ systems.Methods in jmri.jmrix.dccpp that return LightManager Modifier and Type Method Description LightManager
DCCppSystemConnectionMemo. getLightManager()
Methods in jmri.jmrix.dccpp with parameters of type LightManager Modifier and Type Method Description void
DCCppSystemConnectionMemo. setLightManager(LightManager l)
-
Uses of LightManager in jmri.jmrix.grapevine
Classes in jmri.jmrix.grapevine that implement LightManager Modifier and Type Class Description class
SerialLightManager
Implement LightManager for Grapevine serial systems.Methods in jmri.jmrix.grapevine that return LightManager Modifier and Type Method Description LightManager
GrapevineSystemConnectionMemo. 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 class
XBeeLightManager
Implement LightManager for XBee connections.Methods in jmri.jmrix.ieee802154.xbee that return LightManager Modifier and Type Method Description LightManager
XBeeConnectionMemo. getLightManager()
Methods in jmri.jmrix.ieee802154.xbee with parameters of type LightManager Modifier and Type Method Description void
XBeeConnectionMemo. setLightManager(LightManager s)
-
Uses of LightManager in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement LightManager Modifier and Type Class Description class
InternalLightManager
Implement 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 class
IpocsLightManager
-
Uses of LightManager in jmri.jmrix.jmriclient
Classes in jmri.jmrix.jmriclient that implement LightManager Modifier and Type Class Description class
JMRIClientLightManager
Implement LightManager for JMRIClient systemsMethods in jmri.jmrix.jmriclient that return LightManager Modifier and Type Method Description LightManager
JMRIClientSystemConnectionMemo. getLightManager()
Methods in jmri.jmrix.jmriclient with parameters of type LightManager Modifier and Type Method Description void
JMRIClientSystemConnectionMemo. setLightManager(LightManager t)
-
Uses of LightManager in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement LightManager Modifier and Type Class Description class
XNetLightManager
Implement LightManager for XpressNet systems.Methods in jmri.jmrix.lenz that return LightManager Modifier and Type Method Description LightManager
XNetSystemConnectionMemo. 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 void
XNetSystemConnectionMemo. setLightManager(LightManager l)
-
Uses of LightManager in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement LightManager Modifier and Type Class Description class
LnLightManager
Implement LightManager for LocoNet systems. -
Uses of LightManager in jmri.jmrix.maple
Classes in jmri.jmrix.maple that implement LightManager Modifier and Type Class Description class
SerialLightManager
Implement LightManager for Maple serial systems.Methods in jmri.jmrix.maple that return LightManager Modifier and Type Method Description LightManager
MapleSystemConnectionMemo. 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 class
MqttLightManager
Implement LightManager for MQTT systems -
Uses of LightManager in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement LightManager Modifier and Type Class Description class
NceLightManager
Implement LightManager for NCE systems -
Uses of LightManager in jmri.jmrix.oaktree
Classes in jmri.jmrix.oaktree that implement LightManager Modifier and Type Class Description class
SerialLightManager
Implement LightManager for Oak Tree serial systems.Methods in jmri.jmrix.oaktree that return LightManager Modifier and Type Method Description LightManager
OakTreeSystemConnectionMemo. 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 class
OlcbLightManager
-
Uses of LightManager in jmri.jmrix.pi
Methods in jmri.jmrix.pi that return LightManager Modifier and Type Method Description LightManager
RaspberryPiSystemConnectionMemo. getLightManager()
Methods in jmri.jmrix.pi with parameters of type LightManager Modifier and Type Method Description void
RaspberryPiSystemConnectionMemo. setLightManager(LightManager l)
-
Uses of LightManager in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement LightManager Modifier and Type Class Description class
SerialLightManager
Implement 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 class
SpecificLightManager
Implement 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 class
SpecificLightManager
Implement 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 class
SpecificLightManager
Implement 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 class
SpecificLightManager
Implement 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 class
SpecificLightManager
Implement 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 class
SerialLightManager
Implement LightManager for SECSI serial systems.Methods in jmri.jmrix.secsi that return LightManager Modifier and Type Method Description LightManager
SecsiSystemConnectionMemo. 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 class
AbstractLightManager
Abstract partial implementation of a LightManager.class
ProxyLightManager
Implementation of a LightManager that can serve as a proxy for multiple system-specific implementations.
-