Eclipse Remote Application Platform

Uses of Interface
org.eclipse.swt.dnd.DropTargetListener

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.
 


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.