|
Class Summary |
| ByteArrayTransfer |
The class ByteArrayTransfer provides a platform specific
mechanism for converting a java byte[] to a platform
specific representation of the byte array and vice versa. |
| Clipboard |
The Clipboard provides a mechanism for transferring data from one
application to another or within an application. |
| ClipboardProxy |
|
| DND |
Class DND contains all the constants used in defining a
DragSource or a DropTarget. |
| DNDEvent |
|
| DNDListener |
|
| DragSource |
DragSource defines the source object for a drag and drop transfer. |
| DragSourceAdapter |
This adapter class provides default implementations for the
methods described by the DragSourceListener interface. |
| DragSourceEvent |
The DragSourceEvent contains the event information passed in the methods of the DragSourceListener. |
| DragUnderEffect |
|
| DropTarget |
Class DropTarget defines the target object for a drag and drop transfer. |
| DropTargetAdapter |
This adapter class provides default implementations for the
methods described by the DropTargetListener interface. |
| DropTargetEvent |
The DropTargetEvent contains the event information passed in the methods of the DropTargetListener. |
| FileTransfer |
The class FileTransfer provides a platform specific mechanism
for converting a list of files represented as a java String[] to a
platform specific representation of the data and vice versa. |
| NoDragUnderEffect |
|
| OleEnumFORMATETC |
|
| RTFTransfer |
The class RTFTransfer provides a platform specific mechanism
for converting text in RTF format represented as a java String
to a platform specific representation of the data and vice versa. |
| TableDragUnderEffect |
|
| TextTransfer |
The class TextTransfer provides a platform specific mechanism
for converting plain text represented as a java String
to a platform specific representation of the data and vice versa. |
| Transfer |
Transfer provides a mechanism for converting between a java
representation of data and a platform specific representation of data and
vice versa. |
| TransferData |
The TransferData class is a platform specific data structure for
describing the type and the contents of data being converted by a transfer agent. |
| TreeDragUnderEffect |
|