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