1 | protected EObject owner;↵ | | 1 | protected EObject owner;↵
|
|
2 | /**↵ | | 2 | /**↵
|
3 | * This is the feature of the owner object upon the command will act.↵ | | 3 | * This is the feature of the owner object upon the command will act.↵
|
4 | * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.↵ | | 4 | * It could be null, in the case that we are dealing with an {@link org.eclipse.emf.common.util.EList}.↵
|
5 | */↵ | | 5 | */↵
|
6 | protected EStructuralFeature feature;↵ | | 6 | protected EStructuralFeature feature;↵
|
|
7 | /**↵ | | 7 | /**↵
|
8 | * This is the list to which the command will add the collection.↵ | | 8 | * This is the list in which the command will move an object.↵
|
9 | */↵ | | 9 | */↵
|
10 | protected EList<Object> ownerList; | | 10 | protected EList<Object> ownerList;
|