Class NullProgressMonitor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beginTask​(java.lang.String task, int totalWork)  
      void cancel()  
      void done()  
      java.lang.String getCancelMessage()
      END Custom change: subtasks and canceling
      boolean isCanceled()
      END Custom change: subtasks and canceling
      void subTask​(java.lang.String subTask)
      BEGIN Custom change: subtasks and canceling
      void worked​(int units)  
      • Methods inherited from class java.lang.Object

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