Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
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 |