com.bt.exact_tech.ui.views.navigator.actions
Class dragListener

java.lang.Object
  extended by com.bt.exact_tech.ui.views.navigator.actions.dragListener
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.dnd.DragSourceListener, org.eclipse.swt.internal.SWTEventListener

public class dragListener
extends java.lang.Object
implements org.eclipse.swt.dnd.DragSourceListener

Drag Listener for the BundleList

Version:
0.1
Author:
Lenni Madsen

Constructor Summary
dragListener(org.eclipse.swt.widgets.List list)
           
 
Method Summary
 void dragFinished(org.eclipse.swt.dnd.DragSourceEvent event)
           
 void dragSetData(org.eclipse.swt.dnd.DragSourceEvent event)
           
 void dragStart(org.eclipse.swt.dnd.DragSourceEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

dragListener

public dragListener(org.eclipse.swt.widgets.List list)
Method Detail

dragStart

public void dragStart(org.eclipse.swt.dnd.DragSourceEvent event)
Specified by:
dragStart in interface org.eclipse.swt.dnd.DragSourceListener

dragSetData

public void dragSetData(org.eclipse.swt.dnd.DragSourceEvent event)
Specified by:
dragSetData in interface org.eclipse.swt.dnd.DragSourceListener

dragFinished

public void dragFinished(org.eclipse.swt.dnd.DragSourceEvent event)
Specified by:
dragFinished in interface org.eclipse.swt.dnd.DragSourceListener