See: Description
| Class | Description |
|---|---|
| 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. |
| 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.
|
| 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. |
| ViewerDragAdapter |
This is an implementation of
DragSourceListener. |