Uses of Interface
org.eclipse.swt.SwtRunnable
-
Packages that use SwtRunnable Package Description org.eclipse.swt.custom -
-
Uses of SwtRunnable in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type SwtRunnable Modifier and Type Method Description static <E extends java.lang.Exception>
java.util.concurrent.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 java.lang.Exception>
java.util.concurrent.CompletableFuture<?>BusyIndicator. execute(SwtRunnable<E> action, java.util.concurrent.Executor executor)
If called from aDisplay
thread use the givenSwtRunnable
to produces aCompletableFuture
providing busy feedback using the busy indicator while execution is running.
-