Package ghidra.app.merge
Class CancelMergeDialog
- java.lang.Object
-
- docking.DialogComponentProvider
-
- docking.widgets.OptionDialog
-
- ghidra.app.merge.CancelMergeDialog
-
- All Implemented Interfaces:
ActionContextProvider,StatusListener,TaskListener
public class CancelMergeDialog extends OptionDialog
-
-
Field Summary
-
Fields inherited from class docking.widgets.OptionDialog
CANCEL_OPTION, ERROR_MESSAGE, INFORMATION_MESSAGE, NO_OPTION, OPTION_ONE, OPTION_THREE, OPTION_TWO, PLAIN_MESSAGE, QUESTION_MESSAGE, WARNING_MESSAGE, YES_OPTION
-
Fields inherited from class docking.DialogComponentProvider
applyButton, cancelButton, dismissButton, okButton, rootPanel
-
-
Constructor Summary
Constructors Change Constructor Description CancelMergeDialog(javax.swing.Icon icon)
-
Method Summary
All Methods Static Methods Concrete Methods Change Modifier and Type Method Description static intshowYesNoDialog(java.awt.Component parent, javax.swing.ImageIcon icon)-
Methods inherited from class docking.widgets.OptionDialog
cancelCallback, createBuilder, createTextPanel, getIconForMessageType, getMessage, getResult, okCallback, show, show, showEditableInputChoiceDialog, showInputChoiceDialog, showInputMultilineDialog, showInputSingleLineDialog, showOptionDialog, showOptionDialog, showOptionDialog, showOptionDialog, showOptionDialog, showOptionDialog, showOptionDialog, showOptionDialog, showOptionDialogWithCancelAsDefaultButton, showOptionDialogWithCancelAsDefaultButton, showOptionNoCancelDialog, showOptionNoCancelDialog, showOptionNoCancelDialog, showYesNoCancelDialog, showYesNoDialog, showYesNoDialogWithNoAsDefaultButton
-
Methods inherited from class docking.DialogComponentProvider
addAction, addApplyButton, addButton, addCancelButton, addDismissButton, addOKButton, addWorkPanel, alertMessage, alertMessage, applyCallback, cancelCurrentTask, clearScheduledTask, clearStatusText, close, dialogClosed, dialogShown, dismissCallback, doInitialize, escapeCallback, executeProgressTask, getActionContext, getActions, getBackground, getBounds, getComponent, getDefaultButton, getDefaultSize, getDialogSize, getFocusComponent, getGlassPane, getIntialLocation, getLocationOnScreen, getPreferredSize, getRemberSize, getRememberLocation, getStatusLabel, getStatusText, getTaskMonitorComponent, getTaskScheduler, getTitle, getUseSharedLocation, hideTaskMonitorComponent, isApplyEnabled, isCancelEnabled, isModal, isOKEnabled, isResizeable, isRunningTask, isShowing, isTransient, isVisible, main, notifyContextChanged, removeAction, removeButton, removeWorkPanel, repack, 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
-
-