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