Uses of Class
org.eclipse.swt.dnd.Transfer
Packages that use Transfer
-
Uses of Transfer in org.eclipse.swt.dnd
Subclasses of Transfer in org.eclipse.swt.dndModifier and TypeClassDescriptionclassThe classByteArrayTransferprovides a platform specific mechanism for converting a javabyte[]to a platform specific representation of the byte array and vice versa.classThe classFileTransferprovides a platform specific mechanism for converting a list of files represented as a javaString[]to a platform specific representation of the data and vice versa.classThe classHTMLTransferprovides a platform specific mechanism for converting text in HTML format represented as a javaStringto a platform specific representation of the data and vice versa.classThe classImageTransferprovides a platform specific mechanism for converting an Image represented as a javaImageDatato a platform specific representation of the data and vice versa.classThe classRTFTransferprovides a platform specific mechanism for converting text in RTF format represented as a javaStringto a platform specific representation of the data and vice versa.classThe classTextTransferprovides a platform specific mechanism for converting plain text represented as a javaStringto a platform specific representation of the data and vice versa.classThe classURLTransferprovides a platform specific mechanism for converting text in URL format represented as a javaStringto a platform specific representation of the data and vice versa.Methods in org.eclipse.swt.dnd that return TransferModifier and TypeMethodDescriptionTransfer[]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 TransferModifier and TypeMethodDescriptionClipboard.getContents(Transfer transfer) Retrieve the data of the specified type currently available on the system clipboard.Clipboard.getContents(Transfer transfer, int clipboards) Retrieve the data of the specified type currently available on the specified clipboard.voidClipboard.setContents(Object[] data, Transfer[] dataTypes) Place data of the specified type on the system clipboard.voidClipboard.setContents(Object[] data, Transfer[] dataTypes, int clipboards) Place data of the specified type on the specified clipboard.voidDragSource.setTransfer(Transfer... transferAgents) Specifies the list of data types that can be transferred by this DragSource.voidDropTarget.setTransfer(Transfer... transferAgents) Specifies the data types that can be transferred to this DropTarget.