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

java.lang.Objectorg.eclipse.swt.widgets.RunnableLock
- class RunnableLock
- extends java.lang.Object
Instances of this class are used to ensure that an application cannot interfere with the locking mechanism used to implement asynchonous and synchronous communication between widgets and background threads.
| Field Summary | |
(package private) java.lang.Runnable |
runnable
|
(package private) java.lang.Thread |
thread
|
(package private) java.lang.Throwable |
throwable
|
| Constructor Summary | |
(package private) |
RunnableLock(java.lang.Runnable runnable)
|
| Method Summary | |
(package private) boolean |
done()
|
(package private) void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
runnable
java.lang.Runnable runnable
thread
java.lang.Thread thread
throwable
java.lang.Throwable throwable
| Constructor Detail |
RunnableLock
RunnableLock(java.lang.Runnable runnable)
| Method Detail |
done
boolean done()
run
void run()
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.eclipse.swt.widgets.RunnableLock