Eclipse Platform
2.0

Uses of Package
org.eclipse.swt.dnd

Packages that use org.eclipse.swt.dnd
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. 
 

Classes in org.eclipse.swt.dnd used by org.eclipse.jface.viewers
DropTargetAdapter
          This adapter class provides default implementations for the methods described by the DropTargetListener interface.
DropTargetListener
          The DropTargetListener class provides event notification to the application for DropTarget events.
 

Classes in org.eclipse.swt.dnd used by org.eclipse.swt.dnd
ByteArrayTransfer
          The class ByteArrayTransfer provides a platform specific mechanism for converting a java byte[] to a platform specific representation of the byte array and vice versa.
DragSourceListener
          The DragSourceListener class provides event notification to the application for DragSource events.
DropTargetListener
          The DropTargetListener class provides event notification to the application for DropTarget events.
Transfer
          Transfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.
 

Classes in org.eclipse.swt.dnd used by org.eclipse.ui.part
ByteArrayTransfer
          The class ByteArrayTransfer provides a platform specific mechanism for converting a java byte[] to a platform specific representation of the byte array and vice versa.
DropTargetAdapter
          This adapter class provides default implementations for the methods described by the DropTargetListener interface.
DropTargetListener
          The DropTargetListener class provides event notification to the application for DropTarget events.
Transfer
          Transfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.
 

Classes in org.eclipse.swt.dnd used by org.eclipse.ui.views.navigator
DragSourceAdapter
          This adapter class provides default implementations for the methods described by the DragSourceListener interface.
DragSourceListener
          The DragSourceListener class provides event notification to the application for DragSource events.
DropTargetAdapter
          This adapter class provides default implementations for the methods described by the DropTargetListener interface.
DropTargetListener
          The DropTargetListener class provides event notification to the application for DropTarget events.
 


Eclipse Platform
2.0

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