|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DragSourceEvent | |
org.eclipse.swt.dnd | SWT Drag and Drop support. |
org.eclipse.ui.views.navigator | Provides the standard Resource Navigator view which presents the tree of resources in the workspace. |
Uses of DragSourceEvent in org.eclipse.swt.dnd |
Methods in org.eclipse.swt.dnd with parameters of type DragSourceEvent | |
void |
DragSourceAdapter.dragStart(DragSourceEvent event)
This implementation of dragStart permits the drag operation to start. |
void |
DragSourceAdapter.dragFinished(DragSourceEvent event)
This implementation of dragFinished does nothing. |
void |
DragSourceAdapter.dragSetData(DragSourceEvent event)
This implementation of dragSetData does nothing. |
void |
DragSourceListener.dragStart(DragSourceEvent event)
The user has begun the actions required to drag the widget. |
void |
DragSourceListener.dragSetData(DragSourceEvent event)
The data is required from the drag source. |
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). |
Uses of DragSourceEvent in org.eclipse.ui.views.navigator |
Methods in org.eclipse.ui.views.navigator with parameters of type DragSourceEvent | |
void |
NavigatorDragAdapter.dragFinished(DragSourceEvent event)
|
void |
NavigatorDragAdapter.dragSetData(DragSourceEvent event)
|
void |
NavigatorDragAdapter.dragStart(DragSourceEvent event)
|
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |