Class ProgressPanel

    • Method Detail

      • dispose

        public void dispose()
      • startProgress

        public void startProgress​(String statusMessage,
                                  int minTaskValue,
                                  int maxTaskValue)
        Displays the progress dialog.
        Parameters:
        statusMessage - describes the status of a task text meaningful to the user, such as "3 files of 7 uploaded"
        minTaskValue - the minimum progress value for a task, generally 0
        maxTaskValue - the maximum progress value for a task, such as the total number of threads or 100 if using percentage-complete as a metric.
      • updateProgress

        public void updateProgress​(String statusMessage,
                                   int progressValue)