Package | Description |
---|---|
org.eclipse.swt.dnd |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0