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 SummaryFields Modifier and Type Field Description static intCHECKOUTstatic intDO_NOT_CHECKOUT- 
Fields inherited from class docking.DialogComponentProviderapplyButton, buttonPanel, cancelButton, dismissButton, okButton, rootPanel
 
- 
 - 
Constructor SummaryConstructors Constructor Description CheckoutDialog(DomainFile df, User user)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexclusiveCheckout()intshowDialog()Show the dialog; return an ID for the action that the user chose.- 
Methods inherited from class docking.DialogComponentProvideraddAction, 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- 
CHECKOUTpublic static final int CHECKOUT - See Also:
- Constant Field Values
 
 - 
DO_NOT_CHECKOUTpublic static final int DO_NOT_CHECKOUT - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
CheckoutDialogpublic CheckoutDialog(DomainFile df, User user) 
 
- 
 
-