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

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

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

Subclasses of StrictCompoundCommand 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.
protected static class SetCommand.PessimisticStrictCompoundCommand
           
 

Fields in org.eclipse.emf.edit.command declared as StrictCompoundCommand
protected  StrictCompoundCommand PasteFromClipboardCommand.command
          This is the command that does the actual pasting.
 


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