Uses of Interface
org.eclipse.swt.SwtCallable
-
Packages that use SwtCallable Package Description org.eclipse.swt.widgets SWT widget public API classes. -
-
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 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.
-