|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ custom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.custom
Class BusyIndicator

java.lang.Objectorg.eclipse.swt.custom.BusyIndicator
- public class BusyIndicator
- extends java.lang.Object
Support for showing a Busy Cursor during a long running process.
| Field Summary | |
(package private) static java.lang.String |
BUSY_CURSOR
|
(package private) static java.lang.String |
BUSYID_NAME
|
(package private) static int |
nextBusyId
|
| Constructor Summary | |
BusyIndicator()
|
|
| Method Summary | |
static void |
showWhile(org.eclipse.swt.widgets.Display display,
java.lang.Runnable runnable)
Runs the given Runnable while providing
busy feedback using this busy indicator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
nextBusyId
static int nextBusyId
BUSYID_NAME
static final java.lang.String BUSYID_NAME
- See Also:
- Constant Field Values
BUSY_CURSOR
static final java.lang.String BUSY_CURSOR
- See Also:
- Constant Field Values
| Constructor Detail |
BusyIndicator
public BusyIndicator()
| Method Detail |
showWhile
public static void showWhile(org.eclipse.swt.widgets.Display display, java.lang.Runnable runnable)
- Runs the given
Runnablewhile providing busy feedback using this busy indicator.
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ custom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.eclipse.swt.custom.BusyIndicator