Method Summary |
|
public void | dragFinished(DragSourceEvent event) This implementation of
DragSourceListener.dragFinished(DragSourceEvent) responds to a drag that has moved resources outside the Navigator by deleting
the corresponding source resource. |
public void | dragSetData(DragSourceEvent event) This implementation of
DragSourceListener.dragSetData(DragSourceEvent) sets the drag event data based on the current selection in the Navigator. |
public void | dragStart(DragSourceEvent event) This implementation of
DragSourceListener.dragStart(DragSourceEvent) allows the drag to start if the current Navigator selection contains resources
that can be dragged. |