org.eclipse.emf.edit.ui.dnd
Class EditingDomainViewerDropAdapter.DragAndDropCommandInformation
java.lang.Object
org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
- Enclosing class:
- EditingDomainViewerDropAdapter
protected static class EditingDomainViewerDropAdapter.DragAndDropCommandInformation
- extends java.lang.Object
This holds all of the information used to create a
DragAndDropCommand
, but does not need to be disposed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
domain
protected EditingDomain domain
target
protected java.lang.Object target
location
protected float location
operations
protected int operations
operation
protected int operation
source
protected java.util.Collection<?> source
EditingDomainViewerDropAdapter.DragAndDropCommandInformation
public EditingDomainViewerDropAdapter.DragAndDropCommandInformation(EditingDomain domain,
java.lang.Object target,
float location,
int operations,
int operation,
java.util.Collection<?> source)
createCommand
public Command createCommand()