Interface PleaseWaitProgressMonitor.ProgressMonitorDialog

    • Method Detail

      • setVisible

        void setVisible​(boolean visible)
        Sets the visibility of this dialog
        Parameters:
        visible - The visibility, true to show it, false to hide it
      • setCustomText

        void setCustomText​(String text)
        Sets the description of what is done
        Parameters:
        text - The description of the task
      • setCurrentAction

        void setCurrentAction​(String text)
        Sets the current action that is done
        Parameters:
        text - The current action
      • setIndeterminate

        void setIndeterminate​(boolean newValue)
        Display that the current progress cannot be determined
        Parameters:
        newValue - whether the progress cannot be determined
      • appendLogMessage

        void appendLogMessage​(String message)
        Append a message to the progress log

        TODO Not implemented properly in background monitor, log message will get lost if progress runs in background

        Parameters:
        message - The message