Uses of Interface
jmri.VariableLight
-
Packages that use VariableLight Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.beantable.light jmri.jmrit.logixng.actions jmri.jmrix.anyma jmri.jmrix.bidib jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.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.managers Provides implementations of various JMRI managers. -
-
Uses of VariableLight in jmri
Methods in jmri that return VariableLight Modifier and Type Method Description VariableLight
VariableLightManager. getBySystemName(java.lang.String s)
Locate a VariableLight by its system name.VariableLight
VariableLightManager. getByUserName(java.lang.String s)
Locate a VariableLight by its user name. -
Uses of VariableLight in jmri.implementation
Classes in jmri.implementation that implement VariableLight Modifier and Type Class Description class
AbstractVariableLight
Abstract class providing partial implementation of the logic of the Light interface when the Intensity is variable. -
Uses of VariableLight in jmri.jmrit.beantable.light
Methods in jmri.jmrit.beantable.light with parameters of type VariableLight Modifier and Type Method Description void
LightIntensityPane. setLightFromPane(VariableLight light)
Set a Light to match the Panel. -
Uses of VariableLight in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return types with arguments of type VariableLight Modifier and Type Method Description LogixNG_SelectNamedBean<VariableLight>
ActionLightIntensity. getSelectNamedBean()
LogixNG_SelectNamedBean<VariableLight>
AnalogActionLightIntensity. getSelectNamedBean()
-
Uses of VariableLight in jmri.jmrix.anyma
Classes in jmri.jmrix.anyma that implement VariableLight Modifier and Type Class Description class
AnymaDMX_UsbLight
AnymaDMX_UsbLight.java -
Uses of VariableLight in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement VariableLight Modifier and Type Class Description class
BiDiBLight
Implementation of the Light Control Object for BiDiB. -
Uses of VariableLight in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement VariableLight Modifier and Type Class Description class
MqttLight
MQTT implementation of the Light interface. -
Uses of VariableLight in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement VariableLight Modifier and Type Class Description class
SerialLight
Implementation of the Light Object for Powerline devices.class
SerialX10Light
Implementation of the Light class for X10-based subclasses. -
Uses of VariableLight in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement VariableLight Modifier and Type Class Description class
SpecificLight
Implementation of the Light Object for X10 CM11 interfaces. -
Uses of VariableLight in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement VariableLight Modifier and Type Class Description class
SpecificLight
Implementation of the Light Object for X10 for CP290 interfaces. -
Uses of VariableLight in jmri.jmrix.powerline.dmx512
Classes in jmri.jmrix.powerline.dmx512 that implement VariableLight Modifier and Type Class Description class
SpecificDmxLight
Implementation of the Light class for DMX based subclasses.class
SpecificLight
Implementation of the Light Object for DMX512 Serial interfaces. -
Uses of VariableLight in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement VariableLight Modifier and Type Class Description class
SpecificInsteonLight
Implementation of the Light Object for Insteon receivers on Insteon 2412S interfaces.class
SpecificX10Light
Implementation of the Light Object for X10 receivers on Insteon 2412S interfaces. -
Uses of VariableLight in jmri.jmrix.powerline.simulator
Classes in jmri.jmrix.powerline.simulator that implement VariableLight Modifier and Type Class Description class
SpecificInsteonLight
Implementation of the Light Object for Insteon receivers on Insteon 2412S interfaces.class
SpecificX10Light
Implementation of the Light Object for X10 receivers on Insteon 2412S interfaces. -
Uses of VariableLight in jmri.managers
Methods in jmri.managers that return types with arguments of type VariableLight Modifier and Type Method Description java.lang.Class<VariableLight>
DefaultVariableLightManager. getNamedBeanClass()
Get the class of NamedBean supported by this Manager.Methods in jmri.managers with parameters of type VariableLight Modifier and Type Method Description void
DefaultVariableLightManager. deleteBean(VariableLight n, java.lang.String property)
Method for a UI to delete a bean.void
DefaultVariableLightManager. deregister(VariableLight s)
Forget a NamedBean Object created outside the manager.void
DefaultVariableLightManager. register(VariableLight s)
Remember a NamedBean Object created outside the manager.
-