This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package java.awt.datatransfer

Interface Summary
ClipboardOwner Defines the interface for classes that will provide data to a clipboard.
FlavorListener Defines an object which listens for java.awt.datatransfer.FlavorEvents.
FlavorMap A two-way Map between "natives" (Strings), which correspond to platform- specfic data formats, and "flavors" (DataFlavors), which corerspond to platform-independent MIME types.
FlavorTable A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map.
Transferable Defines the interface for classes that can be used to provide data for a transfer operation.
 

Class Summary
Clipboard A class that implements a mechanism to transfer data using cut/copy/paste operations.
DataFlavor A provides meta information about data.
FlavorEvent FlavorEvent is used to notify interested parties that available java.awt.datatransfer.DataFlavors have changed in the java.awt.datatransfer.Clipboard (the event source).
StringSelection A Transferable which implements the capability required to transfer a String.
SystemFlavorMap 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 A class to encapsulate MimeType parsing related exceptions
UnsupportedFlavorException Signals that the requested data is not supported in this flavor.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.