Uses of Interface
org.eclipse.swt.dnd.DropTargetListener
-
Packages that use DropTargetListener Package Description org.eclipse.swt.custom org.eclipse.swt.dnd -
-
Uses of DropTargetListener in org.eclipse.swt.custom
Classes in org.eclipse.swt.custom that implement DropTargetListener Modifier and Type Class Description classStyledTextDropTargetEffectThis 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 DropTargetListener Modifier and Type Class Description classDropTargetAdapterThis adapter class provides default implementations for the methods described by theDropTargetListenerinterface.classDropTargetEffectThis class provides a default drag under effect during a drag and drop.classTableDropTargetEffectThis class provides a default drag under effect (eg.classTreeDropTargetEffectThis class provides a default drag under effect (eg.Methods in org.eclipse.swt.dnd that return DropTargetListener Modifier and Type Method Description DropTargetListener[]DropTarget. 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 DropTargetListener Modifier and Type Method Description voidDropTarget. 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.
-