Package jmri.jmrit.whereused
Class ReporterWhereUsed
- java.lang.Object
- 
- jmri.jmrit.whereused.ReporterWhereUsed
 
- 
 public class ReporterWhereUsed extends java.lang.Object Find Reporter references.
- 
- 
Constructor SummaryConstructors Constructor Description ReporterWhereUsed()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.JTextAreagetWhereUsed(NamedBean reporter)Populate a textarea with the where used content for the supplied reporter.
 
- 
- 
- 
Constructor Detail- 
ReporterWhereUsedpublic ReporterWhereUsed() 
 
- 
 - 
Method Detail- 
getWhereUsedpublic 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.
 
 
- 
 
-