Class MapStatus.BackgroundProgressMonitor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String customText  
      private java.lang.String title  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void appendLogMessage​(java.lang.String message)
      Append a message to the progress log
      void setCurrentAction​(java.lang.String text)
      Sets the current action that is done
      void setCustomText​(java.lang.String text)
      Sets the description of what is done
      void setIndeterminate​(boolean newValue)
      Display that the current progress cannot be determined
      void setVisible​(boolean visible)
      Sets the visibility of this dialog
      void updateProgress​(int progress)
      Updates the progress value to the specified progress.
      private void updateText()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait