Uses of Interface
org.eclipse.swt.SwtCallable
-
Packages that use SwtCallable Package Description org.eclipse.swt.widgets -
-
Uses of SwtCallable in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type SwtCallable Modifier and Type Method Description <T,E extends java.lang.Exception>
TDisplay. syncCall(SwtCallable<T,E> callable)
Calls the callable on the user-interface thread at the next reasonable opportunity, and returns the its result from this method.
-