Eclipse Platform
Release 3.0

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

Packages that use ByteArrayTransfer
org.eclipse.swt.dnd SWT Drag and Drop support.  
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.  
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.  
 

Uses of ByteArrayTransfer in org.eclipse.swt.dnd
 

Subclasses of ByteArrayTransfer in org.eclipse.swt.dnd
 class 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.
 class 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.
 class 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.
 

Uses of ByteArrayTransfer in org.eclipse.ui.part
 

Subclasses of ByteArrayTransfer in org.eclipse.ui.part
 class EditorInputTransfer
          The EditorInputTransfer class is used to transfer an IEditorInput and corresponding editorId from one part to another in a drag and drop operation.
 class MarkerTransfer
          A MarkerTransfer is used to transfer an array of IMarkers from one part to another in a drag and drop operation.
 class PluginTransfer
          This class can be used to transfer an instance of PluginTransferData between two parts in a workbench in a drop and drop operation.
 class ResourceTransfer
          The ResourceTransfer class is used to transfer an array of IResourcess 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
 

Subclasses of ByteArrayTransfer in org.eclipse.ui.views.navigator
 class LocalSelectionTransfer
          A LocalSelectionTransfer may be used for drag and drop operations within the same instance of Eclipse.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.