Classes in org.eclipse.swt.dnd used by org.eclipse.swt.dnd |
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. |
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. |