Uses of Class
org.eclipse.swt.dnd.DragSourceEvent
-
Uses of DragSourceEvent in org.eclipse.swt.dnd
Modifier and TypeMethodDescriptionvoid
DragSourceAdapter.dragFinished
(DragSourceEvent event) This implementation ofdragFinished
does nothing.void
DragSourceListener.dragFinished
(DragSourceEvent event) The drop has successfully completed(mouse up over a valid target) or has been terminated (such as hitting the ESC key).void
DragSourceAdapter.dragSetData
(DragSourceEvent event) This implementation ofdragSetData
does nothing.void
DragSourceListener.dragSetData
(DragSourceEvent event) The data is required from the drag source.void
DragSourceAdapter.dragStart
(DragSourceEvent event) This implementation ofdragStart
permits the drag operation to start.void
DragSourceListener.dragStart
(DragSourceEvent event) The user has begun the actions required to drag the widget.