wt.clients.doc
Class WTDocumentApplet.DocumentHandle
java.lang.Object
wt.clients.doc.WTDocumentApplet.DocumentHandle
- All Implemented Interfaces:
- ReferenceHolder
- Enclosing class:
- WTDocumentApplet
- class WTDocumentApplet.DocumentHandle
- extends Object
- implements ReferenceHolder
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 |
document
WTDocument document
WTDocumentApplet.DocumentHandle
public WTDocumentApplet.DocumentHandle(WTDocument document)
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