Runtime

Uses of Class
org.eclipse.gmf.runtime.emf.type.core.requests.MoveRequest

Packages that use MoveRequest
org.eclipse.gmf.runtime.emf.type.core.commands Provides a set of commands that are used to edit model elements. 
org.eclipse.gmf.runtime.emf.type.core.edithelper Provides the edit helper and edit helper advice for the Element Type framework. 
 

Uses of MoveRequest in org.eclipse.gmf.runtime.emf.type.core.commands
 

Constructors in org.eclipse.gmf.runtime.emf.type.core.commands with parameters of type MoveRequest
MoveElementsCommand(MoveRequest request)
          Constructs a new command to move a model element
 

Uses of MoveRequest in org.eclipse.gmf.runtime.emf.type.core.edithelper
 

Methods in org.eclipse.gmf.runtime.emf.type.core.edithelper with parameters of type MoveRequest
protected  ICommand AbstractEditHelperAdvice.getAfterMoveCommand(MoveRequest request)
          Gets my 'after' advice for moving an element into a new container.
protected  ICommand AbstractEditHelperAdvice.getBeforeMoveCommand(MoveRequest request)
          Gets my 'before' advice for moving an element into a new container.
protected  ICommand AbstractEditHelper.getMoveCommand(MoveRequest req)
          Gets the command to move an element into an element of my kind.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.