Eclipse Platform
2.0

Uses of Class
org.eclipse.swt.dnd.DropTargetAdapter

Packages that use DropTargetAdapter
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
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 DropTargetAdapter in org.eclipse.jface.viewers
 

Subclasses of DropTargetAdapter in org.eclipse.jface.viewers
 class ViewerDropAdapter
          This adapter class provides generic drag-and-drop support for a viewer.
 

Uses of DropTargetAdapter in org.eclipse.ui.part
 

Subclasses of DropTargetAdapter in org.eclipse.ui.part
 class PluginDropAdapter
          Adapter for adding handling of the PluginTransfer drag and drop transfer type to a drop action.
 

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

Subclasses of DropTargetAdapter in org.eclipse.ui.views.navigator
 class NavigatorDropAdapter
          Implements drop behaviour for drag and drop operations that land on the resource navigator.
 


Eclipse Platform
2.0

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