Uses of Interface
org.eclipse.swt.SwtRunnable
Packages that use SwtRunnable
- 
Uses of SwtRunnable in org.eclipse.swt.customMethods in org.eclipse.swt.custom with parameters of type SwtRunnableModifier and TypeMethodDescriptionstatic <E extends Exception>
 CompletableFuture<?>BusyIndicator.execute(SwtRunnable<E> action) If called from aDisplaythread use the givenSwtRunnableto produces aCompletableFutureproviding busy feedback using the busy indicator while execution is running.static <E extends Exception>
 CompletableFuture<?>BusyIndicator.execute(SwtRunnable<E> action, Executor executor) If called from aDisplaythread use the givenSwtRunnableto produces aCompletableFutureproviding busy feedback using the busy indicator while execution is running.