Methods in
org.eclipse.swt.dnd with parameters of type
DragSourceEvent
|
void
|
DragSourceAdapter.
dragFinished
(
DragSourceEvent event)
This implementation of dragFinished 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
|
TreeDragSourceEffect.
dragFinished
(
DragSourceEvent event)
This implementation of dragFinished disposes the image
that was created in TreeDragSourceEffect.dragStart . |
void
|
TableDragSourceEffect.
dragFinished
(
DragSourceEvent event)
This implementation of dragFinished disposes the image
that was created in TableDragSourceEffect.dragStart . |
void
|
DragSourceAdapter.
dragSetData
(
DragSourceEvent event)
This implementation of dragSetData does nothing. |
void
|
DragSourceListener.
dragSetData
(
DragSourceEvent event)
The data is required from the drag source. |
void
|
DragSourceAdapter.
dragStart
(
DragSourceEvent event)
This implementation of dragStart permits the drag operation to start. |
void
|
DragSourceListener.
dragStart
(
DragSourceEvent event)
The user has begun the actions required to drag the widget. |
void
|
TreeDragSourceEffect.
dragStart
(
DragSourceEvent event)
This implementation of dragStart will create a default
image that will be used during the drag. |
void
|
TableDragSourceEffect.
dragStart
(
DragSourceEvent event)
This implementation of dragStart will create a default
image that will be used during the drag. |