Uses of Interface
java.awt.datatransfer.ClipboardOwner
Package
Description
Provides interfaces and classes for transferring data between and within
applications.
-
Uses of ClipboardOwner in java.awt.datatransfer
Modifier and TypeClassDescriptionclass
ATransferable
which implements the capability required to transfer aString
.Modifier and TypeFieldDescriptionprotected ClipboardOwner
Clipboard.owner
The owner of the clipboard.Modifier and TypeMethodDescriptionvoid
Clipboard.setContents
(Transferable contents, ClipboardOwner owner) 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.