JSR-62 (Final)

Uses of Package
java.awt.datatransfer

Packages that use java.awt.datatransfer
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications. 
 

Classes in java.awt.datatransfer used by java.awt
Clipboard
          A class which implements a mechanism to transfer data using cut/copy/paste operations.
 

Classes in java.awt.datatransfer used by java.awt.datatransfer
Clipboard
          A class which implements a mechanism to transfer data using cut/copy/paste operations.
ClipboardOwner
          Defines the interface for classes that will provide data to a clipboard.
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.
Transferable
          Defines the interface for classes that can be used to provide data for a transfer operation.
UnsupportedFlavorException
          Signals that the requested data is not supported in this flavor.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.