|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.edit.command.DragAndDropCommand.Detail
public static class DragAndDropCommand.Detail
This class is used to encode the drag and drop arguments
into an object that will be passed as the feature of a CommandParameter
.
Field Summary | |
---|---|
float |
location
|
int |
operation
|
int |
operations
|
Constructor Summary | |
---|---|
DragAndDropCommand.Detail(float location,
int operations,
int operation)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float location
public int operations
public int operation
Constructor Detail |
---|
public DragAndDropCommand.Detail(float location, int operations, int operation)
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |