| 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 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.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.