Uses of Interface
java.awt.datatransfer.ClipboardOwner
Packages that use ClipboardOwner
Package
Description
Provides interfaces and classes for transferring data between and within
applications.
-
Uses of ClipboardOwner in java.awt.datatransfer
Classes in java.awt.datatransfer that implement ClipboardOwnerModifier and TypeClassDescriptionclass
ATransferable
which implements the capability required to transfer aString
.Fields in java.awt.datatransfer declared as ClipboardOwnerModifier and TypeFieldDescriptionprotected ClipboardOwner
Clipboard.owner
The owner of the clipboard.Methods in java.awt.datatransfer with parameters of type ClipboardOwnerModifier 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.