wt.clients.doc
Class WTDocumentAppletWithProgress.DocumentHandle

java.lang.Object
  extended bywt.clients.doc.WTDocumentAppletWithProgress.DocumentHandle
All Implemented Interfaces:
ReferenceHolder
Enclosing class:
WTDocumentAppletWithProgress

class WTDocumentAppletWithProgress.DocumentHandle
extends Object
implements ReferenceHolder


Field Summary
(package private)  WTDocument document
           
 
Constructor Summary
WTDocumentAppletWithProgress.DocumentHandle(WTDocument document)
           
 
Method Summary
 Object getObject()
          Implemented to get the value of the Object maintained by this reference.
 void setObject(Object document)
          Implemented to set the value of the Object maintained by this reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

WTDocument document
Constructor Detail

WTDocumentAppletWithProgress.DocumentHandle

public WTDocumentAppletWithProgress.DocumentHandle(WTDocument document)
Method Detail

setObject

public void setObject(Object document)
Description copied from interface: ReferenceHolder
Implemented to set the value of the Object maintained by this reference.

Specified by:
setObject in interface ReferenceHolder

getObject

public Object getObject()
Description copied from interface: ReferenceHolder
Implemented to get the value of the Object maintained by this reference.

Specified by:
getObject in interface ReferenceHolder