Uses of Package
org.eclipse.swt.dnd
-
Packages that use org.eclipse.swt.dnd 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.custom SWT Custom widgets.org.eclipse.swt.dnd SWT Drag and Drop support.org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.dnd Classes and Interface specifications for Drag and Drop in the Eclipse Platform User Interface.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.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.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. -
Classes in org.eclipse.swt.dnd used by org.eclipse.jface.util Class Description ByteArrayTransfer The classByteArrayTransfer
provides a platform specific mechanism for converting a javabyte[]
to a platform specific representation of the byte array and vice versa.DragSourceEvent The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.DragSourceListener TheDragSourceListener
class provides event notification to the application for DragSource events.DropTargetEvent The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.TransferData TheTransferData
class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent. -
Classes in org.eclipse.swt.dnd used by org.eclipse.jface.viewers Class Description DragSourceListener TheDragSourceListener
class provides event notification to the application for DragSource events.DropTargetAdapter This adapter class provides default implementations for the methods described by theDropTargetListener
interface.DropTargetEvent The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.TransferData TheTransferData
class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent. -
Classes in org.eclipse.swt.dnd used by org.eclipse.swt.custom Class Description DropTargetAdapter This adapter class provides default implementations for the methods described by theDropTargetListener
interface.DropTargetEffect This class provides a default drag under effect during a drag and drop.DropTargetEvent The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events. -
Classes in org.eclipse.swt.dnd used by org.eclipse.swt.dnd Class Description ByteArrayTransfer The classByteArrayTransfer
provides a platform specific mechanism for converting a javabyte[]
to a platform specific representation of the byte array and vice versa.DragSourceAdapter This adapter class provides default implementations for the methods described by theDragSourceListener
interface.DragSourceEffect This class provides default implementations to display a drag source effect during a drag and drop operation.DragSourceEvent The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.DragSourceListener TheDragSourceListener
class provides event notification to the application for DragSource events.DropTargetAdapter This adapter class provides default implementations for the methods described by theDropTargetListener
interface.DropTargetEffect This class provides a default drag under effect during a drag and drop.DropTargetEvent The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.FileTransfer The classFileTransfer
provides 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.HTMLTransfer The classHTMLTransfer
provides a platform specific mechanism for converting text in HTML format represented as a javaString
to a platform specific representation of the data and vice versa.ImageTransfer The classImageTransfer
provides a platform specific mechanism for converting an Image represented as a javaImageData
to a platform specific representation of the data and vice versa.RTFTransfer The classRTFTransfer
provides a platform specific mechanism for converting text in RTF format represented as a javaString
to a platform specific representation of the data and vice versa.TextTransfer The classTextTransfer
provides a platform specific mechanism for converting plain text represented as a javaString
to a platform specific representation of the data and vice versa.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.TransferData TheTransferData
class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent.URLTransfer The classURLTransfer
provides a platform specific mechanism for converting text in URL format represented as a javaString
to a platform specific representation of the data and vice versa. -
Classes in org.eclipse.swt.dnd used by org.eclipse.ui.application Class Description DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa. -
Classes in org.eclipse.swt.dnd used by org.eclipse.ui.dnd Class Description DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa. -
Classes in org.eclipse.swt.dnd used by org.eclipse.ui.forms.widgets Class Description DragSourceListener TheDragSourceListener
class provides event notification to the application for DragSource events.DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa. -
Classes in org.eclipse.swt.dnd used by org.eclipse.ui.navigator Class Description DragSourceAdapter This adapter class provides default implementations for the methods described by theDragSourceListener
interface.DragSourceEvent The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.DragSourceListener TheDragSourceListener
class provides event notification to the application for DragSource events.DropTargetAdapter This adapter class provides default implementations for the methods described by theDropTargetListener
interface.DropTargetEvent The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.TransferData TheTransferData
class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent. -
Classes in org.eclipse.swt.dnd used by org.eclipse.ui.navigator.resources Class Description DragSourceEvent The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.DropTargetEvent The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.TransferData TheTransferData
class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent. -
Classes in org.eclipse.swt.dnd used by org.eclipse.ui.part Class Description ByteArrayTransfer The classByteArrayTransfer
provides a platform specific mechanism for converting a javabyte[]
to a platform specific representation of the byte array and vice versa.DropTargetAdapter This adapter class provides default implementations for the methods described by theDropTargetListener
interface.DropTargetEvent The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.TransferData TheTransferData
class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent. -
Classes in org.eclipse.swt.dnd used by org.eclipse.ui.texteditor Class Description DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa. -
Classes in org.eclipse.swt.dnd used by org.eclipse.ui.views.navigator Class Description ByteArrayTransfer The classByteArrayTransfer
provides a platform specific mechanism for converting a javabyte[]
to a platform specific representation of the byte array and vice versa.DragSourceAdapter This adapter class provides default implementations for the methods described by theDragSourceListener
interface.DragSourceEvent The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.DragSourceListener TheDragSourceListener
class provides event notification to the application for DragSource events.DropTargetAdapter This adapter class provides default implementations for the methods described by theDropTargetListener
interface.DropTargetEvent The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.DropTargetListener TheDropTargetListener
class provides event notification to the application for DropTarget events.Transfer Transfer
provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.TransferData TheTransferData
class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent.