Uses of Interface
org.eclipse.swt.dnd.DropTargetListener
Packages that use DropTargetListener
-
Uses of DropTargetListener in org.eclipse.swt.dnd
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.