org.eclipse.emf.common.util
Class BasicMonitor.Delegating.Eclipse
java.lang.Object
org.eclipse.emf.common.util.BasicMonitor.Delegating
org.eclipse.emf.common.util.BasicMonitor.Delegating.Eclipse
- All Implemented Interfaces:
- org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IProgressMonitorWithBlocking
- Enclosing class:
- BasicMonitor.Delegating
private static class BasicMonitor.Delegating.Eclipse
- extends BasicMonitor.Delegating
- implements org.eclipse.core.runtime.IProgressMonitorWithBlocking
A simple monitor that delegates to another monitor, and implements the Eclipse API
| Fields inherited from interface org.eclipse.core.runtime.IProgressMonitor |
UNKNOWN |
| 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.IProgressMonitorWithBlocking |
clearBlocked |
| Methods inherited from interface org.eclipse.core.runtime.IProgressMonitor |
beginTask, done, internalWorked, isCanceled, setCanceled, setTaskName, subTask, worked |
BasicMonitor.Delegating.Eclipse
public BasicMonitor.Delegating.Eclipse(Monitor monitor)
setBlocked
public void setBlocked(org.eclipse.core.runtime.IStatus reason)
- Specified by:
setBlocked in interface org.eclipse.core.runtime.IProgressMonitorWithBlocking
createIProgressMonitorWithBlocking
public static org.eclipse.core.runtime.IProgressMonitorWithBlocking createIProgressMonitorWithBlocking(Monitor monitor)
createIProgressMonitor
public static org.eclipse.core.runtime.IProgressMonitor createIProgressMonitor(Monitor monitor)
Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.