|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transfer | |
org.eclipse.swt.dnd | SWT Drag and Drop support. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |