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