Uses of Class
org.eclipse.emf.common.command.CompoundCommand

Packages that use CompoundCommand
org.eclipse.emf.common.command Provides a framework for implementing and composing commands. 
org.eclipse.emf.edit.command This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
org.eclipse.emf.mapping.action   
org.eclipse.emf.mapping.command   
 

Uses of CompoundCommand in org.eclipse.emf.common.command
 

Subclasses of CompoundCommand in org.eclipse.emf.common.command
 class StrictCompoundCommand
          A composite command which assumes that later commands in the list may depend on the results and side-effects of earlier commands in the list.
 

Uses of CompoundCommand in org.eclipse.emf.edit.command
 

Subclasses of CompoundCommand in org.eclipse.emf.edit.command
 class CopyCommand
          The copy command logically acts upon an owner object or collection or owner objects and copies the tree structured implied by the MOF containment hierarchy.
 class DeleteCommand
          This uses one or more RemoveCommands to remove an object from its parent container and to delete all other references to it from within the editing domain.
protected static class SetCommand.PessimisticStrictCompoundCommand
           
 

Methods in org.eclipse.emf.edit.command with parameters of type CompoundCommand
protected  void CopyCommand.addCreateCopyCommands(CompoundCommand compoundCommand, EObject object)
           
 

Uses of CompoundCommand in org.eclipse.emf.mapping.action
 

Subclasses of CompoundCommand in org.eclipse.emf.mapping.action
static class NameMatchMappingAction.DelegateCommand
           
static class TypeMatchMappingAction.DelegateCommand
           
 

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

Subclasses of CompoundCommand in org.eclipse.emf.mapping.command
 class MatchMappingCommand
           
 class NameMatchMappingCommand
           
 class TypeMatchMappingCommand
           
 

Methods in org.eclipse.emf.mapping.command with parameters of type CompoundCommand
protected  void AddOverrideCommand.mapOutputObject(java.lang.Object outputObject, java.lang.Object originatingInput, CompoundCommand subcommands)
           
 


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