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