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

Packages that use Transfer
org.eclipse.swt.dnd   
org.eclipse.ui.application Application-level APIs for configuring and controling 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 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.
 

Methods in org.eclipse.swt.dnd with parameters of type Transfer
 java.lang.Object Clipboard.getContents(Transfer transfer)
          Retrieve the data of the specified type currently available on the system clipboard.
 void Clipboard.setContents(java.lang.Object[] data, Transfer[] dataTypes)
          Place data of the specified type on the system clipboard.
 

Uses of Transfer in org.eclipse.ui.application
 

Methods in org.eclipse.ui.application with parameters of type Transfer
 void IWorkbenchWindowConfigurer.addEditorAreaTransfer(Transfer transfer)
          Adds the given drag and drop Transfer type to the ones supported for drag and drop on the editor area of this workbench org.eclipse.jface.window.