java.lang.Object
com.port80.eclipse.jdt.graph.DependGraphAction.DependGraphRunnable
- All Implemented Interfaces:
- org.eclipse.jface.operation.IRunnableWithProgress
- Enclosing class:
- DependGraphAction
- private class DependGraphAction.DependGraphRunnable
- extends java.lang.Object
- implements org.eclipse.jface.operation.IRunnableWithProgress
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependGraphAction.DependGraphRunnable
private DependGraphAction.DependGraphRunnable()
run
public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
throws java.lang.reflect.InvocationTargetException,
java.lang.InterruptedException
- Description copied from interface:
org.eclipse.jface.operation.IRunnableWithProgress
- Runs this operation. Progress should be reported to the given progress monitor.
This method is usually invoked by an
IRunnableContext's run method,
which supplies the progress monitor.
A request to cancel the operation should be honored and acknowledged
by throwing InterruptedException.
- Specified by:
run in interface org.eclipse.jface.operation.IRunnableWithProgress