Class CheckoutDialog

java.lang.Object
docking.DialogComponentProvider
ghidra.framework.main.datatree.CheckoutDialog
All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class CheckoutDialog extends DialogComponentProvider
  • Field Details

  • Constructor Details

    • CheckoutDialog

      public CheckoutDialog()
  • Method Details

    • okCallback

      protected void okCallback()
      Description copied from class: DialogComponentProvider
      The callback method for when the "OK" button is pressed.
      Overrides:
      okCallback in class DialogComponentProvider
    • cancelCallback

      protected void cancelCallback()
      Description copied from class: DialogComponentProvider
      The callback method for when the "Cancel" button is pressed. The default behavior is to call setVisible(false) and dispose() on the dialog.
      Overrides:
      cancelCallback in class DialogComponentProvider
    • showDialog

      public int showDialog(PluginTool tool)
      Show the dialog; return an ID for the action that the user chose.
      Parameters:
      tool - the tool used to show the dialog
      Returns:
      OK, or CANCEL
    • exclusiveCheckout

      public boolean exclusiveCheckout()