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