Uses of Interface
org.eclipse.swt.SwtRunnable
-
Uses of SwtRunnable in org.eclipse.swt.custom
Modifier 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.