Uses of Class
org.eclipse.swt.dnd.DragSourceEvent
Package
Description
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
SWT Drag and Drop support.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
-
Uses of DragSourceEvent in org.eclipse.jface.util
Modifier and TypeMethodDescriptionvoid
DelegatingDragAdapter.dragFinished
(DragSourceEvent event) The drop has successfully completed.void
DelegatingDragAdapter.dragSetData
(DragSourceEvent event) The drop data is requested.void
DelegatingDragAdapter.dragStart
(DragSourceEvent event) A drag operation has started. -
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
TableDragSourceEffect.dragFinished
(DragSourceEvent event) This implementation ofdragFinished
disposes the image that was created inTableDragSourceEffect.dragStart
.void
TreeDragSourceEffect.dragFinished
(DragSourceEvent event) This implementation ofdragFinished
disposes the image that was created inTreeDragSourceEffect.dragStart
.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.void
TableDragSourceEffect.dragStart
(DragSourceEvent event) This implementation ofdragStart
will create a default image that will be used during the drag.void
TreeDragSourceEffect.dragStart
(DragSourceEvent event) This implementation ofdragStart
will create a default image that will be used during the drag.