java.awt.datatransfer |
|
Java Source File Name | Type | Comment |
Clipboard.java | Class | A class which implements a mechanism to transfer data using
cut/copy/paste operations. |
ClipboardOwner.java | Interface | Defines the interface for classes that will provide data to
a clipboard. |
DataFlavor.java | Class | Each instance represents the opaque concept of a data format as would
appear on a clipboard, during drag and drop, or in a file system.
DataFlavor objects are constant and never change once
instantiated.
version: 1.53, 02/09/01 author: Blake Sullivan author: Laurence P. |
MimeType.java | Class | A Multipurpose Internet Mail Extension (MIME) type, as defined
in RFC 2045 and 2046. |
MimeTypeParameterList.java | Class | An object that encapsualtes the parameter list of a MimeType
as defined in RFC 2045 and 2046. |
MimeTypeParseException.java | Class | |
StringSelection.java | Class | A Transferable which implements the capability required to transfer a
String.
This Transferable properly supports DataFlavor.stringFlavor
and all equivalent flavors. |
Transferable.java | Interface | Defines the interface for classes that can be used to provide data
for a transfer operation. |
UnsupportedFlavorException.java | Class | Signals that the requested data is not supported in this flavor. |