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