Package java.awt.datatransfer

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

Class Summary
Clipboard Unsafe:
DataFlavor Safe: 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.
MimeType A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
MimeTypeParameterList  
StringSelection Safe: A Transferable which implements the capability required to transfer a String.
SystemFlavorMap Safe: The SystemFlavorMap is a configurable map between "natives" (Strings), which correspond to platform-specific data formats, and "flavors" (DataFlavors), which correspond to platform-independent MIME types.
 

Exception Summary
MimeTypeParseException Untamed: A class to encapsulate MimeType parsing related exceptions
UnsupportedFlavorException Untamed: Signals that the requested data is not supported in this flavor.
 



comments?