public class OSXClipboard extends AWTClipboard
| Constructor and Description |
|---|
OSXClipboard(java.awt.datatransfer.Clipboard target) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.datatransfer.Transferable |
getContents(java.lang.Object requestor)
Returns a
Transferable object representing the current contents
of the clipboard. |
getTarget, setContentspublic java.awt.datatransfer.Transferable getContents(java.lang.Object requestor)
AbstractClipboardTransferable object representing the current contents
of the clipboard. If the clipboard currently has no contents, it returns
null.getContents in class AWTClipboardTransferable object on the clipboard.