|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DropTargetListener | |
org.eclipse.swt.dnd |
Uses of DropTargetListener in org.eclipse.swt.dnd |
Classes in org.eclipse.swt.dnd that implement DropTargetListener | |
class |
DropTargetAdapter
This adapter class provides default implementations for the methods described by the DropTargetListener interface. |
class |
DropTargetEffect
This class provides a default drag under effect during a drag and drop. |
Methods in org.eclipse.swt.dnd that return DropTargetListener | |
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 the DropTargetListener interface. |
Methods in org.eclipse.swt.dnd with parameters of type DropTargetListener | |
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 the DropTargetListener
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. |
static void |
DropTargetEvent.addListener(Adaptable adaptable,
DropTargetListener listener)
|
static void |
DropTargetEvent.removeListener(Adaptable adaptable,
DropTargetListener listener)
|
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.