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