Package | Description |
---|---|
org.eclipse.swt.dnd |
Modifier and Type | Method and Description |
---|---|
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 |
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.dragFinished(DragSourceEvent event)
This implementation of
dragFinished does nothing. |
void |
DragSourceListener.dragSetData(DragSourceEvent event)
The data is required from the drag source.
|
void |
DragSourceAdapter.dragSetData(DragSourceEvent event)
This implementation of
dragSetData does nothing. |
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. |
void |
DragSourceListener.dragStart(DragSourceEvent event)
The user has begun the actions required to drag the widget.
|
void |
DragSourceAdapter.dragStart(DragSourceEvent event)
This implementation of
dragStart permits the drag operation to start. |
Copyright © 2017. All Rights Reserved.