Runtime

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

Packages that use GetEditContextRequest
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 GetEditContextRequest in org.eclipse.gmf.runtime.emf.type.core.commands
 

Constructors in org.eclipse.gmf.runtime.emf.type.core.commands with parameters of type GetEditContextRequest
GetEditContextCommand(GetEditContextRequest request)
          Constructs a new command.
 

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

Methods in org.eclipse.gmf.runtime.emf.type.core.edithelper with parameters of type GetEditContextRequest
protected  ICommand AbstractEditHelperAdvice.getAfterEditContextCommand(GetEditContextRequest request)
          Gets my 'after' advice for getting the edit context for an edit request.
protected  ICommand AbstractEditHelperAdvice.getBeforeEditContextCommand(GetEditContextRequest request)
          Gets my 'before' advice for getting the edit context for an edit request.
protected  ICommand AbstractEditHelper.getEditContextCommand(GetEditContextRequest req)
          Gets the command to create or return the edit context element for the creation of a new element of my kind (e.g., when creating a relationship, the relationship may be owned by the source or target, or some ancestor of one or the other, or both).
 


Runtime

Guidelines for using Eclipse APIs.

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