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