org.eclipse.xtext.ui.util
Class DisplayRunnableWithResult<T>

java.lang.Object
  extended by org.eclipse.xtext.ui.util.DisplayRunnableWithResult<T>

public abstract class DisplayRunnableWithResult<T>
extends java.lang.Object


Constructor Summary
DisplayRunnableWithResult()
           
 
Method Summary
protected abstract  T run()
           
 T syncExec()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayRunnableWithResult

public DisplayRunnableWithResult()
Method Detail

run

protected abstract T run()
                  throws java.lang.Exception
Throws:
java.lang.Exception

syncExec

public T syncExec()