Runtime

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

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

Methods in org.eclipse.gmf.runtime.emf.type.core.commands that return ConfigureRequest
protected  ConfigureRequest CreateRelationshipCommand.createConfigureRequest()
           
protected  ConfigureRequest CreateElementCommand.createConfigureRequest()
          Creates the request to configure the new element.
 

Constructors in org.eclipse.gmf.runtime.emf.type.core.commands with parameters of type ConfigureRequest
ConfigureElementCommand(ConfigureRequest request)
          Constructs a new element configuration command for the request.
ConfigureRelationshipCommand(ConfigureRequest request)
          Constructs a new element configuration command for the request.
 

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

Methods in org.eclipse.gmf.runtime.emf.type.core.edithelper with parameters of type ConfigureRequest
protected  ICommand AbstractEditHelperAdvice.getAfterConfigureCommand(ConfigureRequest request)
          Gets my 'after' advice for configuring a new element.
protected  ICommand AbstractEditHelperAdvice.getBeforeConfigureCommand(ConfigureRequest request)
          Gets my 'before' advice for configuring a new element.
protected  ICommand AbstractEditHelper.getConfigureCommand(ConfigureRequest req)
          Gets the command to configure a new element of my kind.
 


Runtime

Guidelines for using Eclipse APIs.

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