Home » openjdk-7 » sun » awt » datatransfer »

sun.awt.datatransfer

Interfaces:

ToolkitThreadBlockedHandler     code | html

Abstract Classes:

DataTransferer   Provides a set of functions to be shared among the DataFlavor class and platform-specific data transfer implementations.  code | html
DataTransferer.IndexedComparator   A Comparator which includes a helper function for comparing two Objects which are likely to be keys in the specified Map.  code | html
SunClipboard   Serves as a common, helper superclass for the Win32 and X11 system Clipboards.  code | html

Classes:

ClassLoaderObjectInputStream     code | html
ClassLoaderObjectOutputStream     code | html
ClipboardTransferable   Reads all of the data from the system Clipboard which the data transfer subsystem knows how to translate.  code | html
ClipboardTransferable.DataFactory     code | html
DataTransferer.CharsetComparator   An IndexedComparator which compares two String charsets.  code | html
DataTransferer.DataFlavorComparator   An IndexedComparator which compares two DataFlavors.  code | html
DataTransferer.IndexOrderComparator     code | html
DataTransferer.RMI   A class that provides access to java.rmi.Remote and java.rmi.MarshalledObject without creating a static dependency.  code | html
DataTransferer.ReencodingInputStream   Used for decoding and reencoding an InputStream on demand so that we can strip NUL terminators and perform EOLN search-and-replace.  code | html
DataTransferer.StandardEncodingsHolder   Lazy initialization of Standard Encodings.  code | html
TransferableProxy   Proxies for another Transferable so that Serializable objects are never returned directly by DnD or the Clipboard.  code | html