Class BSimApplyResultsDisplayDialog
java.lang.Object
docking.DialogComponentProvider
ghidra.features.bsim.gui.search.results.BSimApplyResultsDisplayDialog
- All Implemented Interfaces:
ActionContextProvider
,StatusListener
,TaskListener
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:
-
Field Summary
Fields inherited from class docking.DialogComponentProvider
applyButton, buttonPanel, cancelButton, dismissButton, okButton, rootPanel
-
Constructor Summary
ConstructorsConstructorDescriptionBSimApplyResultsDisplayDialog
(ServiceProvider serviceProvider, List<BSimApplyResult> results, Program program) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isModal()
Returns true if this component should be displayed in a modal dialogprotected void
The callback method for when the "OK" button is pressed.Methods inherited from class docking.DialogComponentProvider
addAction, addApplyButton, addButton, addCancelButton, addDismissButton, addOKButton, addWorkPanel, alertMessage, alertMessage, applyCallback, cancelCallback, cancelCurrentTask, clearScheduledTask, clearStatusText, close, closeDialog, createSharedActions, dialogClosed, dialogShown, dismissCallback, dispose, doInitialize, escapeCallback, executeProgressTask, getActionContext, getActions, getBackground, getBounds, getComponent, getDefaultButton, getDefaultSize, getDialogSize, getFocusComponent, getGlassPane, getHelpLocation, getId, getInitialLocation, getLocationOnScreen, getParent, getPreferredSize, getRememberLocation, getRememberSize, getStatusColor, getStatusLabel, getStatusText, getTaskMonitorComponent, getTaskScheduler, getTitle, getUseSharedLocation, hideTaskMonitorComponent, isApplyEnabled, isCancelEnabled, isDialogKeyBindingAction, isOKEnabled, isResizeable, isRunningTask, isShowing, isTransient, isVisible, notifyContextChanged, removeAction, removeButton, removeWorkPanel, repack, setAccessibleDescription, setApplyEnabled, setApplyToolTip, setBackground, setCancelButtonText, setCancelEnabled, setCancelToolTip, setCursor, setDefaultButton, setDefaultSize, setDialogSize, setDismissToolTip, setFocusComponent, setGlassPane, setHelpLocation, setInitialLocation, setMinimumSize, setMinimumSize, setOkButtonText, setOkEnabled, setOkToolTip, setPreferredSize, setRememberLocation, setRememberSize, setResizable, setStatusJustification, setStatusText, setStatusText, setStatusText, setTitle, setTransient, setUseSharedLocation, showProgressBar, showTaskMonitorComponent, stopProgressTimer, taskCancelled, taskCompleted, toFront, toString, waitForCurrentTask
-
Constructor Details
-
BSimApplyResultsDisplayDialog
public BSimApplyResultsDisplayDialog(ServiceProvider serviceProvider, List<BSimApplyResult> results, Program program)
-
-
Method Details
-
okCallback
protected void okCallback()Description copied from class:DialogComponentProvider
The callback method for when the "OK" button is pressed.- Overrides:
okCallback
in classDialogComponentProvider
-
isModal
public boolean isModal()Description copied from class:DialogComponentProvider
Returns true if this component should be displayed in a modal dialog- Overrides:
isModal
in classDialogComponentProvider
- Returns:
- true if this component should be displayed in a modal dialog
-