| Package | Description |
|---|---|
| org.eclipse.swt.dnd |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017. All Rights Reserved.