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>

Members

Static functions

showWhile
void showWhile(Display display, Runnable runnable)

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

Static variables

BUSYID_NAME
String BUSYID_NAME;
Undocumented in source.
BUSY_CURSOR
String BUSY_CURSOR;
Undocumented in source.
nextBusyId
int nextBusyId;
Undocumented in source.

Meta