Uses of Interface
jmri.VariableLight
Packages that use VariableLight
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Provides JMRI layout objects that use MQTT connections.
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.
Provides implementations of various JMRI managers.
-
Uses of VariableLight in jmri
Methods in jmri that return VariableLightModifier and TypeMethodDescriptionVariableLightManager.getBySystemName(String s) Locate a VariableLight by its system name.VariableLightManager.getByUserName(String s) Locate a VariableLight by its user name. -
Uses of VariableLight in jmri.implementation
Classes in jmri.implementation that implement VariableLightModifier and TypeClassDescriptionclassAbstract 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 VariableLightModifier and TypeMethodDescriptionvoidLightIntensityPane.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 VariableLightModifier and TypeMethodDescriptionActionLightIntensity.getSelectNamedBean()AnalogActionLightIntensity.getSelectNamedBean() -
Uses of VariableLight in jmri.jmrix.anyma
Classes in jmri.jmrix.anyma that implement VariableLight -
Uses of VariableLight in jmri.jmrix.bidib
Classes in jmri.jmrix.bidib that implement VariableLightModifier and TypeClassDescriptionclassImplementation of the Light Control Object for BiDiB. -
Uses of VariableLight in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement VariableLight -
Uses of VariableLight in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement VariableLightModifier and TypeClassDescriptionclassImplementation of the Light Object for Powerline devices.classImplementation of the Light class for X10-based subclasses. -
Uses of VariableLight in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement VariableLightModifier and TypeClassDescriptionclassImplementation of the Light Object for X10 CM11 interfaces. -
Uses of VariableLight in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement VariableLightModifier and TypeClassDescriptionclassImplementation 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 VariableLightModifier and TypeClassDescriptionclassImplementation of the Light class for DMX based subclasses.classImplementation of the Light Object for DMX512 Serial interfaces. -
Uses of VariableLight in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement VariableLightModifier and TypeClassDescriptionclassImplementation of the Light Object for Insteon receivers on Insteon 2412S interfaces.classImplementation 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 VariableLightModifier and TypeClassDescriptionclassImplementation of the Light Object for Insteon receivers on Insteon 2412S interfaces.classImplementation 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 VariableLightModifier and TypeMethodDescriptionDefaultVariableLightManager.getNamedBeanClass()Get the class of NamedBean supported by this Manager.Methods in jmri.managers with parameters of type VariableLightModifier and TypeMethodDescriptionfinal voidDefaultVariableLightManager.deleteBean(VariableLight n, String property) Method for a UI to delete a bean.final voidDefaultVariableLightManager.deregister(VariableLight s) Forget a NamedBean Object created outside the manager.final voidDefaultVariableLightManager.register(VariableLight s) Remember a NamedBean Object created outside the manager.