Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use Transfer
org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface. 
org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts. 
org.eclipse.ui.navigator Provides the Common Navigator framework. 
org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of Transfer in org.eclipse.jface.util
 

Subclasses of Transfer in org.eclipse.jface.util
 class LocalSelectionTransfer
          A LocalSelectionTransfer may be used for drag and drop operations within the same instance of Eclipse.
 

Methods in org.eclipse.jface.util that return Transfer
  Transfer TransferDragSourceListener. getTransfer ()
          Returns the Transfer type that this listener can provide data for.
  Transfer TransferDropTargetListener. getTransfer ()
          Returns the Transfer type that this listener can accept a drop operation for.
  Transfer[] DelegatingDragAdapter. getTransfers ()
          Returns the Transfers from every TransferDragSourceListener.
  Transfer[] DelegatingDropAdapter. getTransfers ()
          Returns the combined set of Transfer types of all TransferDropTargetListeners.
 

Uses of Transfer in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers with parameters of type Transfer
 void StructuredViewer. addDragSupport (int operations, Transfer[] transferTypes, DragSourceListener listener)
          Adds support for dragging items out of this viewer via a user drag-and-drop operation.
 void StructuredViewer. addDropSupport (int operations, Transfer[] transferTypes, DropTargetListener listener)
          Adds support for dropping items into this viewer via a user drag-and-drop operation.
 

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 HTMLTransfer
          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 ImageTransfer
          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 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.
 class URLTransfer
          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.
 

Methods in org.eclipse.swt.dnd that return Transfer
  Transfer[] DropTarget. getTransfer ()
          Returns a list of the data types that can be transferred to this DropTarget.
  Transfer[] DragSource. getTransfer ()
          Returns the list of data types that can be transferred by this DragSource.
 

Methods in org.eclipse.swt.dnd with parameters of type Transfer
  Object Clipboard. getContents ( Transfer transfer)
          Retrieve the data of the specified type currently available on the system clipboard.
  Object Clipboard. getContents ( Transfer transfer, int clipboards)
          Retrieve the data of the specified type currently available on the specified clipboard.
 void Clipboard. setContents ( Object[] data, Transfer[] dataTypes)
          Place data of the specified type on the system clipboard.
 void Clipboard. setContents ( Object[] data, Transfer[] dataTypes, int clipboards)
          Place data of the specified type on the specified clipboard.
 void DropTarget. setTransfer ( Transfer[] transferAgents)
          Specifies the data types that can be transferred to this DropTarget.
 void DragSource. setTransfer ( Transfer[] transferAgents)
          Specifies the list of data types that can be transferred by this DragSource.
 

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

Uses of Transfer in org.eclipse.ui.forms.widgets
 

Methods in org.eclipse.ui.forms.widgets with parameters of type Transfer
 void Form. addTitleDragSupport (int operations, Transfer[] transferTypes, DragSourceListener listener)
          Adds support for dragging items out of the form title area via a user drag-and-drop operation.
 void Form. addTitleDropSupport (int operations, Transfer[] transferTypes, DropTargetListener listener)
          Adds support for dropping items into the form title area via a user drag-and-drop operation.
 

Uses of Transfer in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator that return Transfer
  Transfer[] CommonDragAdapter. getSupportedDragTransfers ()
           
  Transfer[] CommonDropAdapter. getSupportedDropTransfers ()
           
abstract   Transfer[] CommonDragAdapterAssistant. getSupportedTransferTypes ()
          Extra TransferTypes allow the Navigator to generate different kinds of payloads for DND clients.
 

Uses of Transfer in org.eclipse.ui.navigator.resources
 

Methods in org.eclipse.ui.navigator.resources that return Transfer
  Transfer[] ResourceDragAdapterAssistant. getSupportedTransferTypes ()
           
 

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

Methods in org.eclipse.ui.texteditor that return Transfer
  Transfer[] ITextEditorDropTargetListener. getTransfers ()
          Returns the list of Transfer agents that are supported by this listener.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire