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 class
StyledTextDropTargetEffect
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 DropTargetListener Modifier and Type Class Description class
DropTargetAdapter
This adapter class provides default implementations for the methods described by theDropTargetListener
interface.class
DropTargetEffect
This class provides a default drag under effect during a drag and drop.class
TableDropTargetEffect
This class provides a default drag under effect (eg.class
TreeDropTargetEffect
This 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 theDropTargetListener
interface.Methods in org.eclipse.swt.dnd with parameters of type DropTargetListener Modifier and Type Method Description void
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.
-