API Overview API Index Direct link to this page
JDK 1.6
  Package: java.awt.datatransfer
Author(s)
Since
JDK1.1
Version
Serial
Description
  Provides interfaces and classes for transferring data between and within applications.
See also:   
Clipboard View Source A class that implements a mechanism to transfer data using cut/copy/paste operations.
ClipboardOwner View Source Defines the interface for classes that will provide data to a clipboard.
DataFlavor View Source A DataFlavor provides meta information about data.
FlavorEvent View Source FlavorEvent is used to notify interested parties that available DataFlavors have changed in the Clipboard (the event source).
FlavorListener View Source Defines an object which listens for FlavorEvents.
FlavorMap View Source 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 View Source A FlavorMap which relaxes the traditional 1-to-1 restriction of a Map.
MimeTypeParseException View Source A class to encapsulate MimeType parsing related exceptions
StringSelection View Source A Transferable which implements the capability required to transfer a String.
SystemFlavorMap View Source 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.
Transferable View Source Defines the interface for classes that can be used to provide data for a transfer operation.
UnsupportedFlavorException View Source Signals that the requested data is not supported in this flavor.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar