Eclipse Remote Application Platform

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

Packages that use DragSourceListener
org.eclipse.swt.dnd   
 

Uses of DragSourceListener in org.eclipse.swt.dnd
 

Classes in org.eclipse.swt.dnd that implement DragSourceListener
 class DragSourceAdapter
          This adapter class provides default implementations for the methods described by the DragSourceListener interface.
 class DragSourceEffect
          This class provides default implementations to display a drag source effect during a drag and drop operation.
 

Methods in org.eclipse.swt.dnd that return DragSourceListener
 DragSourceListener[] DragSource.getDragListeners()
          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 DragSourceListener interface.
 

Methods in org.eclipse.swt.dnd with parameters of type DragSourceListener
 void DragSource.addDragListener(DragSourceListener 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 DragSourceListener interface.
 void DragSource.removeDragListener(DragSourceListener 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.