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