Package org.eclipse.emf.edit.ui.dnd

This provides a supplementary support for drag and drop based on delegation to the command framework. See:
          Description

Class Summary
EditingDomainViewerDropAdapter This implementation of a drop target listener is designed to turn a drag and drop operation into a Command based on the model objects of an EditingDomain and created by DragAndDropCommand.create(org.eclipse.emf.edit.domain.EditingDomain, java.lang.Object, float, int, int, java.util.Collection).
EditingDomainViewerDropAdapter.DragAndDropCommandInformation This holds all of the information used to create a DragAndDropCommand, but does not need to be disposed.
LocalTransfer This derived implementation of a byte array transfer short circuits the transfer process so that a local transfer does not serialize the object and hence can and will return the original object, not just a clone.
ViewerDragAdapter This is an implementation of DragSourceListener.
 

Package org.eclipse.emf.edit.ui.dnd Description

This provides a supplementary support for drag and drop based on delegation to the command framework.


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