Runtime

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

Packages that use DestroyElementRequest
org.eclipse.gmf.runtime.diagram.core.edithelpers Aurora internal packages Package Specification this package contains classes used to help in create the element requests  
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 DestroyElementRequest in org.eclipse.gmf.runtime.diagram.core.edithelpers
 

Methods in org.eclipse.gmf.runtime.diagram.core.edithelpers with parameters of type DestroyElementRequest
protected  ICommand RemoveBookmarksAdvice.getAfterDestroyElementCommand(DestroyElementRequest request)
           
 

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

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

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

Methods in org.eclipse.gmf.runtime.emf.type.core.edithelper with parameters of type DestroyElementRequest
protected  ICommand AbstractEditHelperAdvice.getAfterDestroyElementCommand(DestroyElementRequest request)
          Gets my 'after' advice for destroying an element.
protected  ICommand AbstractEditHelper.getBasicDestroyElementCommand(DestroyElementRequest req)
          Gets the command to destroy a single child of an element of my kind, and only it.
protected  ICommand AbstractEditHelperAdvice.getBeforeDestroyElementCommand(DestroyElementRequest request)
          Gets my 'before' advice for destroying an element.
protected  ICommand AbstractEditHelper.getDestroyElementCommand(DestroyElementRequest req)
          Gets the command to destroy a child of an element of my kind.
protected  ICommand AbstractEditHelper.getDestroyElementWithDependentsCommand(DestroyElementRequest req)
          Gets the command to destroy a single child of an element of my kind along with its dependents (not related by containment).
 


Runtime

Guidelines for using Eclipse APIs.

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