Eclipse Platform
2.0

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. 
 

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 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.
 


Eclipse Platform
2.0

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