Package org.eclipse.swt.custom
Class BusyIndicator
java.lang.Object
org.eclipse.swt.custom.BusyIndicator
Support for showing a Busy Cursor during a long running process.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BusyIndicator
public BusyIndicator()
-
-
Method Details
-
showWhile
Runs the givenRunnable
while providing busy feedback using this busy indicator.- Parameters:
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.- Throws:
IllegalArgumentException
-- ERROR_NULL_ARGUMENT - if the runnable is null
-