Uses of Package
org.eclipse.swt.dnd
Packages that use org.eclipse.swt.dnd
Package
Description
SWT Custom widgets.
SWT Drag and Drop support.
-
Classes in org.eclipse.swt.dnd used by org.eclipse.swt.customClassDescriptionThe
Clipboardprovides a mechanism for transferring data from one application to another or within an application.This adapter class provides default implementations for the methods described by theDropTargetListenerinterface.This class provides a default drag under effect during a drag and drop.The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.TheDropTargetListenerclass provides event notification to the application for DropTarget events. -
Classes in org.eclipse.swt.dnd used by org.eclipse.swt.dndClassDescriptionThe class
ByteArrayTransferprovides a platform specific mechanism for converting a javabyte[]to a platform specific representation of the byte array and vice versa.TheClipboardprovides a mechanism for transferring data from one application to another or within an application.Clipboard proxy used to copy data to the clipboard in GTK3 onlyClipboard proxy used to copy data to the clipboard in GTK4 only.Manages GdkContentProviders and the (de)serializers they rely on As the process only has a single collection of serializers/deserializers/content providers the life-cycle of this class is that of the process, which means this class is a singleton.There are multiple clipboards in GTK, each with its own current contents (providers).DragSourcedefines the source object for a drag and drop transfer.This adapter class provides default implementations for the methods described by theDragSourceListenerinterface.This class provides default implementations to display a drag source effect during a drag and drop operation.The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.TheDragSourceListenerclass provides event notification to the application for DragSource events.ClassDropTargetdefines the target object for a drag and drop transfer.This adapter class provides default implementations for the methods described by theDropTargetListenerinterface.This class provides a default drag under effect during a drag and drop.The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.TheDropTargetListenerclass provides event notification to the application for DropTarget events.The 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.The 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.The classImageTransferprovides a platform specific mechanism for converting an Image represented as a javaImageDatato a platform specific representation of the data and vice versa.The 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.The classTextTransferprovides a platform specific mechanism for converting plain text represented as a javaStringto a platform specific representation of the data and vice versa.Transferprovides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.TheTransferDataclass is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent.The 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. -
Classes in org.eclipse.swt.dnd used by org.eclipse.swt.internal.dnd.gtkClassDescriptionThis adapter class provides default implementations for the methods described by the
DragSourceListenerinterface.This class provides default implementations to display a drag source effect during a drag and drop operation.The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.TheDragSourceListenerclass provides event notification to the application for DragSource events.