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, setContents
public java.awt.datatransfer.Transferable getContents(java.lang.Object requestor)
AbstractClipboard
Transferable
object representing the current contents
of the clipboard. If the clipboard currently has no contents, it returns
null.getContents
in class AWTClipboard
Transferable
object on the clipboard.