Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Package java.awt.datatransfer

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

Class Summary
Clipboard A class which implements a mechanism to transfer data using cut/copy/paste operations.
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.
StringSelection A class which implements the capability required to transfer a simple java String in plain text format.
 

Exception Summary
UnsupportedFlavorException Signals that the requested data is not supported in this flavor.
 


Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.