|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.dnd.DragSourceAdapter
public class DragSourceAdapter
This adapter class provides default implementations for the
methods described by the DragSourceListener
interface.
Classes that wish to deal with DragSourceEvent
s can
extend this class and override only the methods which they are
interested in.
DragSourceListener
,
DragSourceEvent
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)
dragStart
permits the drag operation to start.
For additional information see DragSourceListener.dragStart
.
dragStart
in interface DragSourceListener
event
- the information associated with the drag start eventDragSourceEvent
public void dragFinished(DragSourceEvent event)
dragFinished
does nothing.
For additional information see DragSourceListener.dragFinished
.
dragFinished
in interface DragSourceListener
event
- the information associated with the drag finished eventDragSourceEvent
public void dragSetData(DragSourceEvent event)
dragSetData
does nothing.
For additional information see DragSourceListener.dragSetData
.
dragSetData
in interface DragSourceListener
event
- the information associated with the drag set data eventDragSourceEvent
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.