Runtime

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

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

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

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

Methods in org.eclipse.gmf.runtime.emf.type.core.edithelper with parameters of type DestroyReferenceRequest
protected  ICommand AbstractEditHelperAdvice.getAfterDestroyReferenceCommand(DestroyReferenceRequest request)
          Gets my 'after' advice for destroying an reference.
protected  ICommand AbstractEditHelperAdvice.getBeforeDestroyReferenceCommand(DestroyReferenceRequest request)
          Gets my 'before' advice for destroying a reference.
protected  ICommand AbstractEditHelper.getDestroyReferenceCommand(DestroyReferenceRequest req)
          Gets the command to remove a reference from 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.