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