Class MemorySearchResultsPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
ghidra.features.base.memsearch.gui.MemorySearchResultsPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MemorySearchResultsPanel extends JPanel
Internal panel of the memory search window that manages the display of the search results in a table. This panel also includes most of the search logic as it has direct access to the table for showing the results.
See Also: