Uses of Class
org.eclipse.emf.edit.command.RemoveCommand

Packages that use RemoveCommand
org.eclipse.emf.mapping.command   
org.eclipse.emf.mapping.domain   
 

Uses of RemoveCommand in org.eclipse.emf.mapping.command
 

Fields in org.eclipse.emf.mapping.command declared as RemoveCommand
protected  RemoveCommand RemoveOverrideCommand.removeCommand
          This keeps track of the RemoveCommand we're overriding
 

Constructors in org.eclipse.emf.mapping.command with parameters of type RemoveCommand
RemoveOverrideCommand(MappingDomain domain, RemoveCommand removeCommand)
          This creates a command instance that removes and then unmaps the removed object(s).
 

Uses of RemoveCommand in org.eclipse.emf.mapping.domain
 

Methods in org.eclipse.emf.mapping.domain with parameters of type RemoveCommand
protected  Command AdapterFactoryMappingDomain.createRemoveOverrideCommand(RemoveCommand removeCommand)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.