org.eclipse.emf.edit.command
Class DragAndDropCommand.Detail
java.lang.Object
org.eclipse.emf.edit.command.DragAndDropCommand.Detail
- Enclosing class:
- DragAndDropCommand
- public static class DragAndDropCommand.Detail
- extends Object
This class is used to encode the drag and drop arguments
into an object that will be passed as the feature of a CommandParameter
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
public float location
operations
public int operations
operation
public int operation
DragAndDropCommand.Detail
public DragAndDropCommand.Detail(float location,
int operations,
int operation)