Uses of Class
org.eclipse.swt.dnd.DropTargetEffect
Package
Description
SWT Custom widgets.
SWT Drag and Drop support.
-
Uses of DropTargetEffect in org.eclipse.swt.custom
Modifier and TypeClassDescriptionclass
This adapter class provides a default drag under effect (eg. select and scroll) when a drag occurs over aStyledText
. -
Uses of DropTargetEffect in org.eclipse.swt.dnd
Modifier and TypeClassDescriptionclass
This class provides a default drag under effect (eg. select, insert and scroll) when a drag occurs over aTable
.class
This class provides a default drag under effect (eg. select, insert, scroll and expand) when a drag occurs over aTree
.Modifier and TypeMethodDescriptionDropTarget.getDropTargetEffect()
Returns the drop effect for this DropTarget.Modifier and TypeMethodDescriptionvoid
DropTarget.setDropTargetEffect
(DropTargetEffect effect) Specifies the drop effect for this DropTarget.