Class AbstractCancelableMonitor

java.lang.Object
com._1c.g5.v8.dt.ui.operations.AbstractCancelableMonitor
All Implemented Interfaces:
org.eclipse.core.runtime.IProgressMonitor

public abstract class AbstractCancelableMonitor extends Object implements org.eclipse.core.runtime.IProgressMonitor
The abstract implementation for IProgressMonitor that keeps 'canceled' flag.
  • Field Summary

    Fields inherited from interface org.eclipse.core.runtime.IProgressMonitor

    UNKNOWN
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setCanceled(boolean value)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.eclipse.core.runtime.IProgressMonitor

    beginTask, clearBlocked, done, internalWorked, setBlocked, setTaskName, slice, subTask, worked
  • Constructor Details

    • AbstractCancelableMonitor

      public AbstractCancelableMonitor()
  • Method Details

    • isCanceled

      public boolean isCanceled()
      Specified by:
      isCanceled in interface org.eclipse.core.runtime.IProgressMonitor
    • setCanceled

      public void setCanceled(boolean value)
      Specified by:
      setCanceled in interface org.eclipse.core.runtime.IProgressMonitor