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

Packages that use AddCommand
org.eclipse.emf.examples.extlibrary.actions   
org.eclipse.emf.mapping.command   
org.eclipse.emf.mapping.domain   
 

Uses of AddCommand in org.eclipse.emf.examples.extlibrary.actions
 

Subclasses of AddCommand in org.eclipse.emf.examples.extlibrary.actions
 class AddLibraryCommand
          The extended library example supports multi-rooted resources and therefore this command will add a library to the resource.
 

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

Fields in org.eclipse.emf.mapping.command declared as AddCommand
protected  AddCommand AddOverrideCommand.addCommand
          This keeps track of the AddCommand we're overriding
 

Constructors in org.eclipse.emf.mapping.command with parameters of type AddCommand
AddOverrideCommand(MappingDomain domain, AddCommand addCommand)
          This creates a command instance that adds and then maps the added object(s).
 

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

Methods in org.eclipse.emf.mapping.domain with parameters of type AddCommand
protected  Command AdapterFactoryMappingDomain.createAddOverrideCommand(AddCommand addCommand)
           
 


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