Class CheckoutDialog

    • Constructor Detail

      • CheckoutDialog

        public CheckoutDialog()
    • Method Detail

      • 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()