Uses of Interface
org.eclipse.swt.SwtRunnable
Packages that use SwtRunnable
-
Uses of SwtRunnable in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type SwtRunnableModifier and TypeMethodDescriptionstatic <E extends Exception>
CompletableFuture<?>BusyIndicator.execute
(SwtRunnable<E> action) If called from aDisplay
thread use the givenSwtRunnable
to produces aCompletableFuture
providing 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 aDisplay
thread use the givenSwtRunnable
to produces aCompletableFuture
providing busy feedback using the busy indicator while execution is running.