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