Package ghidra.app.util.dialog
Class CheckoutDialog
- java.lang.Object
-
- docking.DialogComponentProvider
-
- ghidra.app.util.dialog.CheckoutDialog
-
- All Implemented Interfaces:
ActionContextProvider
,StatusListener
,TaskListener
public class CheckoutDialog extends DialogComponentProvider
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHECKOUT
static int
DO_NOT_CHECKOUT
-
Fields inherited from class docking.DialogComponentProvider
applyButton, buttonPanel, cancelButton, dismissButton, okButton, rootPanel
-
-
Constructor Summary
Constructors Constructor Description CheckoutDialog(DomainFile df, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exclusiveCheckout()
int
showDialog()
Show the dialog; return an ID for the action that the user chose.-
Methods inherited from class docking.DialogComponentProvider
addAction, addApplyButton, addButton, addCancelButton, addDismissButton, addOKButton, addWorkPanel, alertMessage, alertMessage, applyCallback, cancelCallback, cancelCurrentTask, clearScheduledTask, clearStatusText, close, dialogClosed, dialogShown, dismissCallback, dispose, doInitialize, escapeCallback, executeProgressTask, getActionContext, getActions, getBackground, getBounds, getComponent, getDefaultButton, getDefaultSize, getDialogSize, getFocusComponent, getGlassPane, getHelpLocatdion, getId, getIntialLocation, getLocationOnScreen, getParent, getPreferredSize, getRemberSize, getRememberLocation, getStatusColor, getStatusLabel, getStatusText, getTaskMonitorComponent, getTaskScheduler, getTitle, getUseSharedLocation, hideTaskMonitorComponent, isApplyEnabled, isCancelEnabled, isModal, isOKEnabled, isResizeable, isRunningTask, isShowing, isTransient, isVisible, notifyContextChanged, okCallback, 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
-
-
-
-
Field Detail
-
CHECKOUT
public static final int CHECKOUT
- See Also:
- Constant Field Values
-
DO_NOT_CHECKOUT
public static final int DO_NOT_CHECKOUT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CheckoutDialog
public CheckoutDialog(DomainFile df, User user)
-
-