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