|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.dnd.DragSourceAdapter
org.eclipse.ui.views.navigator.NavigatorDragAdapter
Implements drag behaviour when items are dragged out of the resource navigator.
Constructor Summary | |
---|---|
NavigatorDragAdapter(ISelectionProvider provider)
Constructs a new drag adapter. |
Method Summary | |
---|---|
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.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NavigatorDragAdapter(ISelectionProvider provider)
Method Detail |
public void dragFinished(DragSourceEvent event)
DragSourceAdapter
dragFinished
does nothing.
For additional information see DragSourceListener.dragFinished
.
dragFinished
in interface DragSourceListener
dragFinished
in class DragSourceAdapter
public void dragSetData(DragSourceEvent event)
DragSourceAdapter
dragSetData
does nothing.
For additional information see DragSourceListener.dragSetData
.
dragSetData
in interface DragSourceListener
dragSetData
in class DragSourceAdapter
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
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.