BusyIndicator

Support for showing a Busy Cursor during a long running process.

@see <a href="http://www.eclipse.org/swt/snippets/#busyindicator">BusyIndicator snippets</a> @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

class BusyIndicator {
int nextBusyId;
String BUSYID_NAME;
String BUSY_CURSOR;
}

Members

Static functions

showWhile
void showWhile(Display display, Runnable runnable)

Runs the given <code>Runnable</code> while providing busy feedback using this busy indicator.

Meta