Uses of Class
org.eclipse.swt.dnd.ByteArrayTransfer
Package
Description
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
SWT Drag and Drop support.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of ByteArrayTransfer in org.eclipse.jface.util
Modifier and TypeClassDescriptionclass
A LocalSelectionTransfer may be used for drag and drop operations within the same instance of Eclipse. -
Uses of ByteArrayTransfer in org.eclipse.swt.dnd
Modifier 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. -
Uses of ByteArrayTransfer in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
TheEditorInputTransfer
class is used to transfer anIEditorInput
and corresponding editorId from one part to another in a drag and drop operation.class
AMarkerTransfer
is used to transfer an array ofIMarker
s from one part to another in a drag and drop operation.class
This class can be used to transfer an instance ofPluginTransferData
between two parts in a workbench in a drag and drop operation.class
TheResourceTransfer
class is used to transfer an array ofIResource
s from one part to another in a drag and drop operation or a cut, copy, paste action.