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