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