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