Fields
| Name | Description | 
|---|---|
| contents | |
| owner | 
Constructors
| Name | Description | 
|---|---|
| Clipboard(String) | Creates a clipboard object. | 
Methods
| Name | Description | 
|---|---|
| getContents(Object) | Returns a transferable object representing the current contents of the clipboard. | 
| getName() | Returns the name of this clipboard object. | 
| setContents(Transferable, ClipboardOwner) | Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the owner of the new contents. |