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