Uses of Class
org.eclipse.swt.dnd.ByteArrayTransfer

Packages that use 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.
Provides the standard Resource Navigator view which presents the tree of resources in the workspace.
  • Uses of ByteArrayTransfer in org.eclipse.jface.util

    Modifier and Type
    Class
    Description
    class 
    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 Type
    Class
    Description
    class 
    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.
    class 
    The class HTMLTransfer provides a platform specific mechanism for converting text in HTML format represented as a java String to a platform specific representation of the data and vice versa.
    class 
    The class ImageTransfer provides a platform specific mechanism for converting an Image represented as a java ImageData to a platform specific representation of the data and vice versa.
    class 
    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.
    class 
    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.
    class 
    The class URLTransfer provides a platform specific mechanism for converting text in URL format represented as a java String to a platform specific representation of the data and vice versa.
  • Uses of ByteArrayTransfer in org.eclipse.ui.part

    Modifier and Type
    Class
    Description
    class 
    The EditorInputTransfer class is used to transfer an IEditorInput and corresponding editorId from one part to another in a drag and drop operation.
    class 
    A MarkerTransfer is used to transfer an array of IMarkers from one part to another in a drag and drop operation.
    class 
    This class can be used to transfer an instance of PluginTransferData between two parts in a workbench in a drag and drop operation.
    class 
    The ResourceTransfer class is used to transfer an array of IResources from one part to another in a drag and drop operation or a cut, copy, paste action.
  • Uses of ByteArrayTransfer in org.eclipse.ui.views.navigator

    Modifier and Type
    Class
    Description
    class 
    Deprecated.
    as of 3.5, use LocalSelectionTransfer instead