org.eclipse.gmf.tooling.runtime.edit.policies.reparent
Class CreationEditPolicyWithCustomReparent.MoveRequestWithParentInfo

java.lang.Object
  extended by org.eclipse.gmf.runtime.emf.type.core.requests.AbstractEditCommandRequest
      extended by org.eclipse.gmf.runtime.emf.type.core.requests.MoveRequest
          extended by org.eclipse.gmf.tooling.runtime.edit.policies.reparent.CreationEditPolicyWithCustomReparent.MoveRequestWithParentInfo
All Implemented Interfaces:
org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest
Enclosing class:
CreationEditPolicyWithCustomReparent

public static class CreationEditPolicyWithCustomReparent.MoveRequestWithParentInfo
extends org.eclipse.gmf.runtime.emf.type.core.requests.MoveRequest


Field Summary
 
Fields inherited from interface org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest
REPLACE_DEFAULT_COMMAND
 
Constructor Summary
CreationEditPolicyWithCustomReparent.MoveRequestWithParentInfo(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain, org.eclipse.emf.ecore.EObject targetContainer, org.eclipse.emf.ecore.EObject elementToMove)
           
 
Method Summary
 org.eclipse.emf.ecore.EObject getActualContainer(org.eclipse.emf.ecore.EObject movedElement)
           
 void registerActualContainer(org.eclipse.emf.ecore.EObject elementToMove, org.eclipse.emf.ecore.EObject actualContainer)
           
 
Methods inherited from class org.eclipse.gmf.runtime.emf.type.core.requests.MoveRequest
getDefaultLabel, getEditHelperContext, getElementsToEdit, getElementsToMove, getTargetContainer, getTargetFeature, setTargetContainer, setTargetFeature
 
Methods inherited from class org.eclipse.gmf.runtime.emf.type.core.requests.AbstractEditCommandRequest
addParameters, getClientContext, getEditingDomain, getLabel, getParameter, getParameters, setClientContext, setEditingDomain, setLabel, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreationEditPolicyWithCustomReparent.MoveRequestWithParentInfo

public CreationEditPolicyWithCustomReparent.MoveRequestWithParentInfo(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
                                                                      org.eclipse.emf.ecore.EObject targetContainer,
                                                                      org.eclipse.emf.ecore.EObject elementToMove)
Method Detail

registerActualContainer

public void registerActualContainer(org.eclipse.emf.ecore.EObject elementToMove,
                                    org.eclipse.emf.ecore.EObject actualContainer)

getActualContainer

public org.eclipse.emf.ecore.EObject getActualContainer(org.eclipse.emf.ecore.EObject movedElement)


Copyright © 2012. All Rights Reserved.