Package jmri.jmrit.whereused
Class LightWhereUsed
java.lang.Object
jmri.jmrit.whereused.LightWhereUsed
Find light references.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JTextAreagetWhereUsed(NamedBean light) Populate a textarea with the where used content for the supplied sensor.
-
Constructor Details
-
LightWhereUsed
public LightWhereUsed()
-
-
Method Details
-
getWhereUsed
Populate a textarea with the where used content for the supplied sensor.- Parameters:
light- The light bean.- Returns:
- a populated textarea.
-