Eclipse Platform
2.1

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

Packages that use DropTargetListener
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
 

Uses of DropTargetListener in org.eclipse.jface.viewers
 

Classes in org.eclipse.jface.viewers that implement DropTargetListener
 class ViewerDropAdapter
          This adapter class provides generic drag-and-drop support for a viewer.
 

Methods in org.eclipse.jface.viewers with parameters of type DropTargetListener
 void StructuredViewer.addDropSupport(int operations, Transfer[] transferTypes, DropTargetListener listener)
          Adds support for dropping items into this viewer via a user drag-and-drop operation.
 

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.
 

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.
 

Uses of DropTargetListener in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement DropTargetListener
 class PluginDropAdapter
          Adapter for adding handling of the PluginTransfer drag and drop transfer type to a drop action.
 

Uses of DropTargetListener in org.eclipse.ui.views.navigator
 

Classes in org.eclipse.ui.views.navigator that implement DropTargetListener
 class NavigatorDropAdapter
          Implements drop behaviour for drag and drop operations that land on the resource navigator.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.