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