|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transferable | |
java.awt.datatransfer | Provides interfaces and classes for transferring data between and within applications. |
Uses of Transferable in java.awt.datatransfer |
Classes in java.awt.datatransfer that implement Transferable | |
class |
StringSelection
A Transferable which implements the capability required to transfer a String. |
Fields in java.awt.datatransfer declared as Transferable | |
protected Transferable |
Clipboard.contents
|
Methods in java.awt.datatransfer that return Transferable | |
Transferable |
Clipboard.getContents(Object requestor)
Returns a transferable object representing the current contents of the clipboard. |
Methods in java.awt.datatransfer with parameters of type Transferable | |
void |
ClipboardOwner.lostOwnership(Clipboard clipboard,
Transferable contents)
Notifies this object that it is no longer the owner of the contents of the clipboard. |
void |
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. |
void |
StringSelection.lostOwnership(Clipboard clipboard,
Transferable contents)
|
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |