|
 |
|
|
Uses of Class org.eclipse.swt.dnd.Transfer
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 . |
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 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. |
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 drag 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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|