Uses of Interface
org.eclipse.swt.SwtCallable
Packages that use SwtCallable
-
Uses of SwtCallable in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type SwtCallableModifier and TypeMethodDescription<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.