Package java.awt.datatransfer

Interface Summary
ClipboardOwner Defines the interface for classes that will provide data to a clipboard.
Transferable Defines the interface for classes that can be used to provide data for a transfer operation.
 

Class Summary
Clipboard A class which implements a mechanism to transfer data using cut/copy/paste operations.
DataFlavor 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.
StringSelection A Transferable which implements the capability required to transfer a String.
 

Exception Summary
UnsupportedFlavorException Signals that the requested data is not supported in this flavor.