|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.dnd.DragSourceAdapter
This adapter class provides default implementations for the methods described by the DragSourceListener interface.
Classes that wish to deal with DragSourceEvents can extend this class and override only the methods which they are interested in.
Constructor Summary | |
DragSourceAdapter()
|
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 DragSourceAdapter()
Method Detail |
public void dragStart(DragSourceEvent event)
public void dragFinished(DragSourceEvent event)
public void dragSetData(DragSourceEvent event)
|
Eclipse Platform Release 3.0 | ||||||||||
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, 2004. All rights reserved.