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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis adapter class provides default implementations for the methods described by theDropTargetListenerinterface.classThis class provides a default drag under effect during a drag and drop.classThis class provides a default drag under effect (eg.classThis 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 theDropTargetListenerinterface.Methods in org.eclipse.swt.dnd with parameters of type DropTargetListenerModifier and TypeMethodDescriptionvoidDropTarget.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 theDropTargetListenerinterface.voidDropTarget.removeDropListener(DropTargetListener listener) Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.