public class NavigatorDragAdapter extends DragSourceAdapter
Constructor and Description |
---|
NavigatorDragAdapter(ISelectionProvider provider)
Constructs a new drag adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
dragFinished(DragSourceEvent event)
This implementation of
dragFinished does nothing. |
void |
dragSetData(DragSourceEvent event)
This implementation of
dragSetData does nothing. |
void |
dragStart(DragSourceEvent event)
This implementation of
dragStart permits the drag operation to start. |
public NavigatorDragAdapter(ISelectionProvider provider)
public void dragFinished(DragSourceEvent event)
DragSourceAdapter
dragFinished
does nothing.
For additional information see DragSourceListener.dragFinished
.dragFinished
in interface DragSourceListener
dragFinished
in class DragSourceAdapter
event
- the information associated with the drag finished eventDragSourceEvent
public void dragSetData(DragSourceEvent event)
DragSourceAdapter
dragSetData
does nothing.
For additional information see DragSourceListener.dragSetData
.dragSetData
in interface DragSourceListener
dragSetData
in class DragSourceAdapter
event
- the information associated with the drag set data eventDragSourceEvent
public void dragStart(DragSourceEvent event)
DragSourceAdapter
dragStart
permits the drag operation to start.
For additional information see DragSourceListener.dragStart
.dragStart
in interface DragSourceListener
dragStart
in class DragSourceAdapter
event
- the information associated with the drag start eventDragSourceEvent
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.