Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.awt.datatransfer | Provides interfaces and classes for transferring data between and within applications. |
Uses of ClipboardOwner in java.awt.datatransfer |
---|
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. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.