Uses of Interface
org.eclipse.swt.SwtCallable
Packages that use SwtCallable
Package
Description
SWT Custom widgets.
SWT widget public API classes.
- 
Uses of SwtCallable in org.eclipse.swt.customMethods in org.eclipse.swt.custom with parameters of type SwtCallableModifier and TypeMethodDescriptionstatic <V,E extends Exception> 
 CompletableFuture<V> BusyIndicator.compute(SwtCallable<V, E> action) If called from aDisplaythread use the givenSwtCallableto produces aCompletableFutureproviding busy feedback using the busy indicator while computation is running.static <V,E extends Exception> 
 CompletableFuture<V> BusyIndicator.compute(SwtCallable<V, E> action, Executor executor) If called from aDisplaythread use the givenSwtCallableto compute aCompletableFutureproviding busy feedback using the busy indicator while computation is running.
- 
Uses of SwtCallable in org.eclipse.swt.widgetsMethods 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.