Package org.eclipse.ui.views.navigator
Class NavigatorDragAdapter
java.lang.Object
org.eclipse.swt.dnd.DragSourceAdapter
org.eclipse.ui.views.navigator.NavigatorDragAdapter
- All Implemented Interfaces:
EventListener
,DragSourceListener
,SWTEventListener
Deprecated.
as of 3.5, use the Common Navigator Framework classes instead
Implements drag behaviour when items are dragged out of the resource
navigator.
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionNavigatorDragAdapter
(ISelectionProvider provider) Deprecated.Constructs a new drag adapter. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dragFinished
(DragSourceEvent event) Deprecated.This implementation ofDragSourceListener.dragFinished(DragSourceEvent)
responds to a drag that has moved resources outside the Navigator by deleting the corresponding source resource.void
dragSetData
(DragSourceEvent event) Deprecated.This implementation ofDragSourceListener.dragSetData(DragSourceEvent)
sets the drag event data based on the current selection in the Navigator.void
dragStart
(DragSourceEvent event) Deprecated.This implementation ofDragSourceListener.dragStart(DragSourceEvent)
allows the drag to start if the current Navigator selection contains resources that can be dragged.
-
Constructor Details
-
NavigatorDragAdapter
Deprecated.Constructs a new drag adapter.- Parameters:
provider
- The selection provider
-
-
Method Details
-
dragFinished
Deprecated.This implementation ofDragSourceListener.dragFinished(DragSourceEvent)
responds to a drag that has moved resources outside the Navigator by deleting the corresponding source resource.- Specified by:
dragFinished
in interfaceDragSourceListener
- Overrides:
dragFinished
in classDragSourceAdapter
- Parameters:
event
- the information associated with the drag finished event- See Also:
-
dragSetData
Deprecated.This implementation ofDragSourceListener.dragSetData(DragSourceEvent)
sets the drag event data based on the current selection in the Navigator.- Specified by:
dragSetData
in interfaceDragSourceListener
- Overrides:
dragSetData
in classDragSourceAdapter
- Parameters:
event
- the information associated with the drag set data event- See Also:
-
dragStart
Deprecated.This implementation ofDragSourceListener.dragStart(DragSourceEvent)
allows the drag to start if the current Navigator selection contains resources that can be dragged.- Specified by:
dragStart
in interfaceDragSourceListener
- Overrides:
dragStart
in classDragSourceAdapter
- Parameters:
event
- the information associated with the drag start event- See Also:
-