Uses of Interface
org.eclipse.swt.dnd.DropTargetListener
Packages that use DropTargetListener
-
Uses of DropTargetListener in org.eclipse.swt.custom
Classes in org.eclipse.swt.custom that implement DropTargetListenerModifier and TypeClassDescriptionclass
This adapter class provides a default drag under effect (eg. -
Uses of DropTargetListener in org.eclipse.swt.dnd
Classes in org.eclipse.swt.dnd that implement DropTargetListenerModifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theDropTargetListener
interface.class
This class provides a default drag under effect during a drag and drop.class
This class provides a default drag under effect (eg.class
This class provides a default drag under effect (eg.Methods in org.eclipse.swt.dnd that return DropTargetListenerModifier and TypeMethodDescriptionDropTarget.getDropListeners()
Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in theDropTargetListener
interface.Methods in org.eclipse.swt.dnd with parameters of type DropTargetListenerModifier and TypeMethodDescriptionvoid
DropTarget.addDropListener
(DropTargetListener listener) Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in theDropTargetListener
interface.void
DropTarget.removeDropListener
(DropTargetListener listener) Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.