Uses of Class
org.eclipse.swt.dnd.DragSourceEffect
Packages that use DragSourceEffect
-
Uses of DragSourceEffect in org.eclipse.swt.dnd
Methods in org.eclipse.swt.dnd that return DragSourceEffectModifier and TypeMethodDescriptionDragSource.getDragSourceEffect()
Returns the drag effect that is registered for this DragSource.Methods in org.eclipse.swt.dnd with parameters of type DragSourceEffectModifier and TypeMethodDescriptionvoid
DragSource.setDragSourceEffect
(DragSourceEffect effect) Specifies the drag effect for this DragSource.