|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transfer | |
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.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.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 |
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. |
Methods in org.eclipse.swt.dnd that return Transfer | |
Transfer[] |
DragSource.getTransfer()
Returns the list of data types that can be transferred by this DragSource. |
Transfer[] |
DropTarget.getTransfer()
Returns a list of the data types that can be transferred to this DropTarget. |
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. |
void |
Clipboard.setContents(Object[] data,
Transfer[] dataTypes)
Place data of the specified type on the system clipboard. |
void |
DragSource.setTransfer(Transfer[] transferAgents)
Specifies the list of data types that can be transferred by this DragSource. |
void |
DropTarget.setTransfer(Transfer[] transferAgents)
Specifies the data types that can be transferred to this DropTarget. |
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
IMarker s 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 IResources s 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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |