Package jmri.jmrit.whereused
Class LightWhereUsed
- java.lang.Object
-
- jmri.jmrit.whereused.LightWhereUsed
-
public class LightWhereUsed extends java.lang.Object
Find light references.
-
-
Constructor Summary
Constructors Constructor Description LightWhereUsed()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.JTextArea
getWhereUsed(NamedBean light)
Populate a textarea with the where used content for the supplied sensor.
-
-
-
Constructor Detail
-
LightWhereUsed
public LightWhereUsed()
-
-
Method Detail
-
getWhereUsed
public static javax.swing.JTextArea getWhereUsed(NamedBean light)
Populate a textarea with the where used content for the supplied sensor.- Parameters:
light
- The light bean.- Returns:
- a populated textarea.
-
-