Eclipse Platform
2.1

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

Packages that use Transfer
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 Transfer in org.eclipse.swt.dnd
 

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

Subclasses of Transfer 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 Transfer in org.eclipse.ui.views.navigator
 

Subclasses of Transfer 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
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.