|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LightControl | |
|---|---|
| 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 | Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads. |
| Uses of LightControl in jmri |
|---|
| Methods in jmri that return types with arguments of type LightControl | |
|---|---|
ArrayList<LightControl> |
Light.getLightControlList()
|
| Methods in jmri with parameters of type LightControl | |
|---|---|
void |
Light.addLightControl(LightControl c)
|
| Uses of LightControl in jmri.implementation |
|---|
| Fields in jmri.implementation with type parameters of type LightControl | |
|---|---|
protected ArrayList<LightControl> |
AbstractLight.lightControlList
System independent instance variables (saved between runs) |
| Methods in jmri.implementation that return types with arguments of type LightControl | |
|---|---|
ArrayList<LightControl> |
AbstractLight.getLightControlList()
|
| Methods in jmri.implementation with parameters of type LightControl | |
|---|---|
void |
AbstractLight.addLightControl(LightControl c)
|
| Uses of LightControl in jmri.jmrit.beantable |
|---|
| Methods in jmri.jmrit.beantable with parameters of type LightControl | |
|---|---|
String |
LightTableAction.getDescriptionText(LightControl lc,
int type)
Returns text showing the type of Light Control |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||