Uses of Interface
org.eclipse.emf.common.command.AbstractCommand.NonDirtying

Packages that use AbstractCommand.NonDirtying
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.command   
 

Uses of AbstractCommand.NonDirtying in org.eclipse.emf.edit.command
 

Classes in org.eclipse.emf.edit.command that implement AbstractCommand.NonDirtying
 class CopyToClipboardCommand
          This works exactly like a CopyCommand but set the copy result to the EditingDomain.
 

Uses of AbstractCommand.NonDirtying in org.eclipse.emf.mapping.command
 

Classes in org.eclipse.emf.mapping.command that implement AbstractCommand.NonDirtying
 class CopyToClipboardOverrideCommand
          This command overrides the CopyToClipboardCommand for cross-domain copies.
 


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