Uses of Interface
org.eclipse.emf.edit.command.DragAndDropFeedback

Packages that use DragAndDropFeedback
org.eclipse.emf.edit.command This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
org.eclipse.emf.mapping.command   
 

Uses of DragAndDropFeedback in org.eclipse.emf.edit.command
 

Classes in org.eclipse.emf.edit.command that implement DragAndDropFeedback
 class DragAndDropCommand
          The drag and drop command logically acts upon an owner object onto which a collection of things is being dragged.
 

Uses of DragAndDropFeedback in org.eclipse.emf.mapping.command
 

Classes in org.eclipse.emf.mapping.command that implement DragAndDropFeedback
 class DragAndDropOverrideCommand
          This command overrides the PasteFromClipboardCommand for cross-domain (optimized) copies.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.