Class ChangedFilesDialog

    • Constructor Detail

      • ChangedFilesDialog

        public ChangedFilesDialog​(PluginTool tool,
                                  java.util.ArrayList<DomainFile> list)
        Constructor
        Parameters:
        tool - tool to execute task and log messages in status window
        list - list of domain files that have changes
    • Method Detail

      • setCancelToolTipText

        public void setCancelToolTipText​(java.lang.String toolTip)
        Set the tool tip on the cancel button.
        Parameters:
        toolTip - tool tip to set on the cancel button
      • showDialog

        public boolean showDialog()
        Show ChangedFilesDialog.
        Returns:
        whether the save button was selected; return false if the user canceled
      • 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