Clipboard.getContents
Class Overview | Class Members |
This Package |
All Packages
public synchronized Transferable getContents( Object requestor )
Parameters
- requestor
- the object requesting the clip data
Returns
the current transferable object on the clipboard
Description
Returns a transferable object representing the current contents
of the clipboard. If the clipboard currently has no contents,
it returns null.