Runtime

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

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

Constructors in org.eclipse.gmf.runtime.emf.type.core.commands with parameters of type SetRequest
DeferredSetValueCommand(SetRequest request)
          Constructs a new command.
SetValueCommand(SetRequest request)
          Constructs a new command to set the value of a feature of a model element.
 

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

Methods in org.eclipse.gmf.runtime.emf.type.core.edithelper with parameters of type SetRequest
protected  ICommand AbstractEditHelperAdvice.getAfterSetCommand(SetRequest request)
          Gets my 'after' advice for setting the value of a feature in an element.
protected  ICommand AbstractEditHelperAdvice.getBeforeSetCommand(SetRequest request)
          Gets my 'before' advice for setting the value of a feature in an element.
protected  ICommand AbstractEditHelper.getSetCommand(SetRequest req)
          Gets the command to set a value of 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.