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