Package ghidra.framework.main.datatree
Class UndoActionDialog
java.lang.Object
docking.DialogComponentProvider
ghidra.framework.main.datatree.UndoActionDialog
- All Implemented Interfaces:
- ActionContextProvider,- StatusListener,- TaskListener
Dialog that confirms undo of an action; specify whether a .keep file
 should be created on the undo of the action.
- 
Field SummaryFieldsFields inherited from class docking.DialogComponentProviderapplyButton, buttonPanel, cancelButton, dismissButton, okButton, rootPanel
- 
Constructor SummaryConstructorsConstructorDescriptionUndoActionDialog(String title, Icon icon, String helpTag, String actionString, List<DomainFile> fileList) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidThe callback method for when the "Cancel" button is pressed.protected voidThe callback method for when the "OK" button is pressed.booleansaveCopy()intshowDialog(PluginTool tool) Methods inherited from class docking.DialogComponentProvideraddAction, addApplyButton, addButton, addCancelButton, addDismissButton, addOKButton, addWorkPanel, alertMessage, alertMessage, applyCallback, 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, isModal, 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
- 
Field Details- 
CANCELpublic static final int CANCEL- See Also:
 
 
- 
- 
Constructor Details- 
UndoActionDialog
 
- 
- 
Method Details- 
cancelCallbackprotected void cancelCallback()Description copied from class:DialogComponentProviderThe callback method for when the "Cancel" button is pressed. The default behavior is to call setVisible(false) and dispose() on the dialog.- Overrides:
- cancelCallbackin class- DialogComponentProvider
 
- 
okCallbackprotected void okCallback()Description copied from class:DialogComponentProviderThe callback method for when the "OK" button is pressed.- Overrides:
- okCallbackin class- DialogComponentProvider
 
- 
showDialog
- 
getSelectedDomainFiles
- 
saveCopypublic boolean saveCopy()
 
-