| Package | Description |
|---|---|
| java.awt.datatransfer |
Provides interfaces and classes for transferring data between and within applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringSelection
A
Transferable which implements the capability required to transfer a
String.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClipboardOwner |
Clipboard.owner
|
| Modifier and Type | Method and Description |
|---|---|
void |
Clipboard.setContents(Transferable
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.
|