Class BSimApplyResultsDisplayDialog

java.lang.Object
docking.DialogComponentProvider
ghidra.features.bsim.gui.search.results.BSimApplyResultsDisplayDialog
All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class BSimApplyResultsDisplayDialog extends DialogComponentProvider
Panel that displays the results of executing an "apply-rename" operation on a set of BSim query results. The results are presented in a GhidraTable; see the BSimApplyResultsTableModel for details on its structure.

Filtering is provided on the results using a standard GTableFilterPanel.

See Also: