Uses of Interface
org.eclipse.swt.dnd.DragSourceListener
-
Packages that use DragSourceListener Package Description org.eclipse.swt.dnd org.eclipse.swt.internal.dnd.gtk -
-
Uses of DragSourceListener in org.eclipse.swt.dnd
Classes in org.eclipse.swt.dnd that implement DragSourceListener Modifier and Type Class Description class
DragSourceAdapter
This adapter class provides default implementations for the methods described by theDragSourceListener
interface.class
DragSourceEffect
This class provides default implementations to display a drag source effect during a drag and drop operation.class
TableDragSourceEffect
This class provides default implementations to display a source image when a drag is initiated from aTable
.class
TreeDragSourceEffect
This class provides default implementations to display a source image when a drag is initiated from aTree
.Methods in org.eclipse.swt.dnd that return DragSourceListener Modifier and Type Method Description DragSourceListener[]
DragSource. 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.Methods in org.eclipse.swt.dnd with parameters of type DragSourceListener Modifier and Type Method Description void
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.swt.internal.dnd.gtk
Classes in org.eclipse.swt.internal.dnd.gtk that implement DragSourceListener Modifier and Type Class Description class
ListDragSourceEffect
This class provides default implementations to display a source image when a drag is initiated from aList
.
-