public class BusyIndicator extends Object
Constructor and Description |
---|
BusyIndicator() |
public static void showWhile(Display display, 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.IllegalArgumentException
-
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.