wt.clients.doc
Class WTDocumentApplet.DocumentHandle

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

class WTDocumentApplet.DocumentHandle
extends Object
implements ReferenceHolder


Field Summary
(package private)  WTDocument document
           
 
Constructor Summary
WTDocumentApplet.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

WTDocumentApplet.DocumentHandle

public WTDocumentApplet.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