Uses of Interface
org.eclipse.swt.dnd.DragSourceListener
Package
Description
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT Drag and Drop support.
Custom widgets and controls for forms-based parts.
Provides the Common Navigator framework.
-
Uses of DragSourceListener in org.eclipse.jface.util
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeClassDescriptionclass
ADelegatingDragAdapter
is aDragSourceListener
that maintains and delegates to a set ofTransferDragSourceListener
s. -
Uses of DragSourceListener in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionvoid
StructuredViewer.addDragSupport
(int operations, Transfer[] transferTypes, DragSourceListener listener) Adds support for dragging items out of this viewer via a user drag-and-drop operation. -
Uses of DragSourceListener in org.eclipse.swt.dnd
Modifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theDragSourceListener
interface.class
This class provides default implementations to display a drag source effect during a drag and drop operation.class
This class provides default implementations to display a source image when a drag is initiated from aTable
.class
This class provides default implementations to display a source image when a drag is initiated from aTree
.Modifier and TypeMethodDescriptionDragSource.getDragListeners()
Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in theDragSourceListener
interface.Modifier and TypeMethodDescriptionvoid
DragSource.addDragListener
(DragSourceListener listener) Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in theDragSourceListener
interface.void
DragSource.removeDragListener
(DragSourceListener listener) Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress. -
Uses of DragSourceListener in org.eclipse.ui.forms.widgets
Modifier and TypeMethodDescriptionvoid
Form.addTitleDragSupport
(int operations, Transfer[] transferTypes, DragSourceListener listener) Adds support for dragging items out of the form title area via a user drag-and-drop operation.