sun.awt.datatransfer |
|
Java Source File Name | Type | Comment |
ClipboardTransferable.java | Class | Reads all of the data from the system Clipboard which the data transfer
subsystem knows how to translate. |
DataTransferer.java | Class | Provides a set of functions to be shared among the DataFlavor class and
platform-specific data transfer implementations.
The concept of "flavors" and "natives" is extended to include "formats",
which are the numeric values Win32 and X11 use to express particular data
types. |
SunClipboard.java | Class | Serves as a common, helper superclass for the Win32 and X11 system
Clipboards. |
ToolkitThreadBlockedHandler.java | Interface | |
TransferableProxy.java | Class | Proxies for another Transferable so that Serializable objects are never
returned directly by DnD or the Clipboard. |