|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.dnd.DragSourceAdapter org.eclipse.swt.dnd.DragSourceEffect
This class provides default implementations to display a drag source effect during a drag and drop operation. The current implementation does not provide any visual feedback.
The drag source effect has the same API as the
DragSourceAdapter
so that it can provide custom visual
feedback when a DragSourceEvent
occurs.
Classes that wish to provide their own drag source effect such as
displaying a default source image during a drag can extend the DragSourceEffect
class, override the DragSourceAdapter.dragStart
method and set
the field DragSourceEvent.image
with their own image.
The image should be disposed when DragSourceAdapter.dragFinished
is called.
DragSourceAdapter
,
DragSourceEvent
Constructor Summary | |
DragSourceEffect(Control control)
Creates a new DragSourceEffect to handle drag effect from the specified Control . |
Method Summary | |
Control |
getControl()
Returns the Control which is registered for this DragSourceEffect. |
Methods inherited from class org.eclipse.swt.dnd.DragSourceAdapter |
dragFinished, dragSetData, dragStart |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DragSourceEffect(Control control)
DragSourceEffect
to handle drag effect from the specified Control
.
control
- the Control
that the user clicks on to initiate the drag
IllegalArgumentException
- Method Detail |
public Control getControl()
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.