Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

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 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.