Class EclipseProgressObserver.MyProgressMonitor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.core.runtime.IProgressMonitor monitor  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MyProgressMonitor​(org.eclipse.core.runtime.IProgressMonitor monitor)
      Creates a wrapping instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beginTask​(java.lang.String name, int max)
      Begins the task with the given name.
      private org.eclipse.core.runtime.IProgressMonitor getMonitor()
      Returns the monitor instance.
      void setTaskName​(java.lang.String name)
      Sets the name of the current main task.
      void subTask​(java.lang.String name)
      Informs about executing a sub-task.
      void worked​(int step)
      Informs that the given step within the maximum number of steps of the actual task has been completed.
      • Methods inherited from class java.lang.Object

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