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

Quick Search    Search Deep

org.eclipse.ui.internal
Class UISynchronizer  view UISynchronizer download UISynchronizer.java

java.lang.Object
  extended byorg.eclipse.swt.widgets.Synchronizer
      extended byorg.eclipse.ui.internal.UISynchronizer

public class UISynchronizer
extends org.eclipse.swt.widgets.Synchronizer


Field Summary
protected  UILockListener lockListener
           
 
Fields inherited from class org.eclipse.swt.widgets.Synchronizer
 
Constructor Summary
UISynchronizer(org.eclipse.swt.widgets.Display display, UILockListener lock)
           
 
Method Summary
 void syncExec(java.lang.Runnable runnable)
          Causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity.
 
Methods inherited from class org.eclipse.swt.widgets.Synchronizer
asyncExec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lockListener

protected UILockListener lockListener
Constructor Detail

UISynchronizer

public UISynchronizer(org.eclipse.swt.widgets.Display display,
                      UILockListener lock)
Method Detail

syncExec

public void syncExec(java.lang.Runnable runnable)
Description copied from class: org.eclipse.swt.widgets.Synchronizer
Causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity. The thread which calls this method is suspended until the runnable completes.