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