com.tensegrity.gui.swt.dnd
Class SwtDragSourceAdapter

java.lang.Object
  extended bycom.tensegrity.gui.swt.dnd.AbstractSwtDragSourceListener
      extended bycom.tensegrity.gui.swt.dnd.SwtDragSourceAdapter
All Implemented Interfaces:
org.eclipse.swt.dnd.DragSourceListener, java.util.EventListener, org.eclipse.swt.internal.SWTEventListener

public class SwtDragSourceAdapter
extends AbstractSwtDragSourceListener

TODO SG: Comment

Version:
$Id: SwtDragSourceAdapter.java,v 1.2 2004/11/12 14:41:54 SebastienGuyon Exp $
Author:
S�bastien Guyon

Constructor Summary
SwtDragSourceAdapter()
           Default constructor of instances of SwtDragSourceAdapter.
 
Method Summary
 void dragFinished(org.eclipse.swt.dnd.DragSourceEvent arg0)
           
 void dragSetData(org.eclipse.swt.dnd.DragSourceEvent arg0)
           
 void dragStart(org.eclipse.swt.dnd.DragSourceEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwtDragSourceAdapter

public SwtDragSourceAdapter()

Default constructor of instances of SwtDragSourceAdapter.

Method Detail

dragFinished

public void dragFinished(org.eclipse.swt.dnd.DragSourceEvent arg0)
Specified by:
dragFinished in interface org.eclipse.swt.dnd.DragSourceListener
Overrides:
dragFinished in class AbstractSwtDragSourceListener
See Also:
DragSourceListener.dragFinished(org.eclipse.swt.dnd.DragSourceEvent)

dragSetData

public void dragSetData(org.eclipse.swt.dnd.DragSourceEvent arg0)
Specified by:
dragSetData in interface org.eclipse.swt.dnd.DragSourceListener
Overrides:
dragSetData in class AbstractSwtDragSourceListener
See Also:
DragSourceListener.dragSetData(org.eclipse.swt.dnd.DragSourceEvent)

dragStart

public void dragStart(org.eclipse.swt.dnd.DragSourceEvent arg0)
Specified by:
dragStart in interface org.eclipse.swt.dnd.DragSourceListener
Overrides:
dragStart in class AbstractSwtDragSourceListener
See Also:
DragSourceListener.dragStart(org.eclipse.swt.dnd.DragSourceEvent)


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.