Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.jdt.graph
Class DependGraphAction.DependGraphRunnable  view DependGraphAction.DependGraphRunnable download DependGraphAction.DependGraphRunnable.java

java.lang.Object
  extended bycom.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


Constructor Summary
private DependGraphAction.DependGraphRunnable()
           
 
Method Summary
 void run(org.eclipse.core.runtime.IProgressMonitor monitor)
          Runs this operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependGraphAction.DependGraphRunnable

private DependGraphAction.DependGraphRunnable()
Method Detail

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