Uses of Class
org.eclipse.swt.dnd.TransferData
-
Packages that use TransferData Package Description org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.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.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.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 TransferData in org.eclipse.jface.util
Methods in org.eclipse.jface.util with parameters of type TransferData Modifier and Type Method Description voidLocalSelectionTransfer. javaToNative(Object object, TransferData transferData)Overrides org.eclipse.swt.dnd.ByteArrayTransfer#javaToNative(Object, TransferData).ObjectLocalSelectionTransfer. nativeToJava(TransferData transferData)Overrides org.eclipse.swt.dnd.ByteArrayTransfer#nativeToJava(TransferData). -
Uses of TransferData in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type TransferData Modifier and Type Method Description abstract booleanViewerDropAdapter. validateDrop(Object target, int operation, TransferData transferType)Validates dropping on the given object. -
Uses of TransferData in org.eclipse.swt.dnd
Fields in org.eclipse.swt.dnd declared as TransferData Modifier and Type Field Description TransferDataDropTargetEvent. currentDataTypeThe type of data that will be dropped.TransferDataDragSourceEvent. dataTypeThe type of data requested.TransferData[]DropTargetEvent. dataTypesA list of the types of data that the DragSource is capable of providing.Methods in org.eclipse.swt.dnd that return TransferData Modifier and Type Method Description TransferData[]Clipboard. getAvailableTypes()Returns an array of the data types currently available on the system clipboard.TransferData[]Clipboard. getAvailableTypes(int clipboards)Returns an array of the data types currently available on the specified clipboard.TransferData[]ByteArrayTransfer. getSupportedTypes()abstract TransferData[]Transfer. getSupportedTypes()Returns a list of the platform specific data types that can be converted using this transfer agent.Methods in org.eclipse.swt.dnd with parameters of type TransferData Modifier and Type Method Description booleanByteArrayTransfer. isSupportedType(TransferData transferData)booleanFileTransfer. isSupportedType(TransferData transferData)abstract booleanTransfer. isSupportedType(TransferData transferData)Returns true if theTransferDatadata type can be converted using this transfer agent, or false otherwise (including if transferData isnull).protected voidByteArrayTransfer. javaToNative(Object object, TransferData transferData)This implementation ofjavaToNativeconverts a javabyte[]to a platform specific representation.voidFileTransfer. javaToNative(Object object, TransferData transferData)This implementation ofjavaToNativeconverts a list of file names represented by a javaString[]to a platform specific representation.voidHTMLTransfer. javaToNative(Object object, TransferData transferData)This implementation ofjavaToNativeconverts HTML-formatted text represented by a javaStringto a platform specific representation.voidImageTransfer. javaToNative(Object object, TransferData transferData)This implementation ofjavaToNativeconverts an ImageData object represented by javaImageDatato a platform specific representation.voidRTFTransfer. javaToNative(Object object, TransferData transferData)This implementation ofjavaToNativeconverts RTF-formatted text represented by a javaStringto a platform specific representation.voidTextTransfer. javaToNative(Object object, TransferData transferData)This implementation ofjavaToNativeconverts plain text represented by a javaStringto a platform specific representation.protected abstract voidTransfer. javaToNative(Object object, TransferData transferData)Converts a java representation of data to a platform specific representation of the data.voidURLTransfer. javaToNative(Object object, TransferData transferData)This implementation ofjavaToNativeconverts a URL represented by a javaStringto a platform specific representation.protected ObjectByteArrayTransfer. nativeToJava(TransferData transferData)This implementation ofnativeToJavaconverts a platform specific representation of a byte array to a javabyte[].ObjectFileTransfer. nativeToJava(TransferData transferData)This implementation ofnativeToJavaconverts a platform specific representation of a list of file names to a javaString[].ObjectHTMLTransfer. nativeToJava(TransferData transferData)This implementation ofnativeToJavaconverts a platform specific representation of HTML text to a javaString.ObjectImageTransfer. nativeToJava(TransferData transferData)This implementation ofnativeToJavaconverts a platform specific representation of an image to javaImageData.ObjectRTFTransfer. nativeToJava(TransferData transferData)This implementation ofnativeToJavaconverts a platform specific representation of RTF text to a javaString.ObjectTextTransfer. nativeToJava(TransferData transferData)This implementation ofnativeToJavaconverts a platform specific representation of plain text to a javaString.protected abstract ObjectTransfer. nativeToJava(TransferData transferData)Converts a platform specific representation of data to a java representation.ObjectURLTransfer. nativeToJava(TransferData transferData)This implementation ofnativeToJavaconverts a platform specific representation of a URL to a javaString. -
Uses of TransferData in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return TransferData Modifier and Type Method Description TransferDataCommonDropAdapter. getCurrentTransfer()Methods in org.eclipse.ui.navigator with parameters of type TransferData Modifier and Type Method Description CommonDropAdapterAssistant[]INavigatorDnDService. findCommonDropAdapterAssistants(Object aDropTarget, TransferData theTransferType)This method returns an array ofCommonDropAdapterAssistantfrom content extensions that are visible and active for the associatedINavigatorContentService.booleanCommonDropAdapterAssistant. isSupportedType(TransferData aTransferType)Clients may extend the supported transfer types beyond the defaultLocalSelectionTransfer.getTransfer()andPluginTransfer.getInstance()transfer types.booleanCommonDropAdapter. validateDrop(Object aDropTarget, int theDropOperation, TransferData theTransferData)abstract IStatusCommonDropAdapterAssistant. validateDrop(Object target, int operation, TransferData transferType)Validates dropping on the given object. -
Uses of TransferData in org.eclipse.ui.navigator.resources
Methods in org.eclipse.ui.navigator.resources with parameters of type TransferData Modifier and Type Method Description booleanResourceDropAdapterAssistant. isSupportedType(TransferData aTransferType)IStatusResourceDropAdapterAssistant. validateDrop(Object target, int aDropOperation, TransferData transferType) -
Uses of TransferData in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return TransferData Modifier and Type Method Description protected TransferDataPluginDropAdapter. getCurrentTransfer()Returns the current transfer.Methods in org.eclipse.ui.part with parameters of type TransferData Modifier and Type Method Description voidEditorInputTransfer. javaToNative(Object data, TransferData transferData)protected voidMarkerTransfer. javaToNative(Object object, TransferData transferData)protected voidPluginTransfer. javaToNative(Object data, TransferData transferData)protected voidResourceTransfer. javaToNative(Object data, TransferData transferData)ObjectEditorInputTransfer. nativeToJava(TransferData transferData)protected ObjectMarkerTransfer. nativeToJava(TransferData transferData)protected ObjectPluginTransfer. nativeToJava(TransferData transferData)protected ObjectResourceTransfer. nativeToJava(TransferData transferData)booleanPluginDropAdapter. validateDrop(Object target, int operation, TransferData transferType)ThePluginDropAdapterimplementation of thisViewerDropAdaptermethod is used to notify the action that some aspect of the drop operation has changed. -
Uses of TransferData in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator with parameters of type TransferData Modifier and Type Method Description voidLocalSelectionTransfer. javaToNative(Object object, TransferData transferData)Deprecated.ObjectLocalSelectionTransfer. nativeToJava(TransferData transferData)Deprecated.booleanNavigatorDropAdapter. validateDrop(Object target, int dragOperation, TransferData transferType)Deprecated.This method is used to notify the action that some aspect of the drop operation has changed.
-