Runtime

Uses of Class
org.eclipse.gmf.runtime.emf.type.core.commands.DestroyElementCommand

Packages that use DestroyElementCommand
org.eclipse.gmf.runtime.emf.type.core.requests Provides a set of requests that are used to ask for commands to edit model elements. 
 

Uses of DestroyElementCommand in org.eclipse.gmf.runtime.emf.type.core.requests
 

Methods in org.eclipse.gmf.runtime.emf.type.core.requests that return DestroyElementCommand
 DestroyElementCommand DestroyElementRequest.getBasicDestroyCommand()
          Obtains a command to override the basic destroy command that would be created by default by the edit helper to perform the object destruction.
 

Methods in org.eclipse.gmf.runtime.emf.type.core.requests with parameters of type DestroyElementCommand
 void DestroyElementRequest.setBasicDestroyCommand(DestroyElementCommand command)
          Assigns a command to override the basic destroy command that would be created by default by the edit helper to perform the object destruction.
 


Runtime

Guidelines for using Eclipse APIs.

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