Uses of Class
org.eclipse.swt.dnd.ByteArrayTransfer
Packages that use ByteArrayTransfer
-
Uses of ByteArrayTransfer in org.eclipse.swt.dnd
Subclasses of ByteArrayTransfer in org.eclipse.swt.dndModifier and TypeClassDescriptionclass
The classFileTransfer
provides a platform specific mechanism for converting a list of files represented as a javaString[]
to a platform specific representation of the data and vice versa.class
The classHTMLTransfer
provides a platform specific mechanism for converting text in HTML format represented as a javaString
to a platform specific representation of the data and vice versa.class
The classImageTransfer
provides a platform specific mechanism for converting an Image represented as a javaImageData
to a platform specific representation of the data and vice versa.class
The classRTFTransfer
provides a platform specific mechanism for converting text in RTF format represented as a javaString
to a platform specific representation of the data and vice versa.class
The classTextTransfer
provides a platform specific mechanism for converting plain text represented as a javaString
to a platform specific representation of the data and vice versa.class
The classURLTransfer
provides a platform specific mechanism for converting text in URL format represented as a javaString
to a platform specific representation of the data and vice versa.