|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.commons.swt.viewers.DeferredDataObject
public class DeferredDataObject
Special marker object returned from a content provider performing a defered data lookup. This object means the data lookup has started and the real data is coming. The UI should display "Working..." until the real data arrives.
Field Summary | |
---|---|
static java.lang.String |
WORKING
|
Constructor Summary | |
---|---|
DeferredDataObject()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String WORKING
Constructor Detail |
---|
public DeferredDataObject()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |