Uses of Interface
org.eclipse.emf.edit.command.ChildrenToCopyProvider

Packages that use ChildrenToCopyProvider
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 ChildrenToCopyProvider in org.eclipse.emf.edit.command
 

Classes in org.eclipse.emf.edit.command that implement ChildrenToCopyProvider
 class CreateCopyCommand
          The create copy command is used to create an uninitialized object of the same type as owner which will later be initialized using InitializeCopyCommand.
 

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

Classes in org.eclipse.emf.mapping.command that implement ChildrenToCopyProvider
 class CreateCopyOverrideCommand
          This command overrides the CreateCopyCommand for cross-domain copies.
 


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