public class BusyIndicator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.String |
BUSY_CURSOR |
(package private) static java.lang.String |
BUSYID_NAME |
(package private) static int |
nextBusyId |
Constructor and Description |
---|
BusyIndicator() |
static int nextBusyId
static final java.lang.String BUSYID_NAME
static final java.lang.String BUSY_CURSOR
public static void showWhile(Display display, java.lang.Runnable runnable)
Runnable
while providing
busy feedback using this busy indicator.display
- the display on which the busy feedback should be
displayed. If the display is null, the Display for the current
thread will be used. If there is no Display for the current thread,
the runnable code will be executed and no busy feedback will be displayed.runnable
- the runnable for which busy feedback is to be shown.
Must not be null.java.lang.IllegalArgumentException
-