org.eclipse.emf.edit.command
Interface ChildrenToCopyProvider

All Known Implementing Classes:
CreateCopyCommand

public interface ChildrenToCopyProvider

This interface is implemented by commands that need to support specialized copying of children.


Method Summary
 java.util.Collection getChildrenToCopy()
           
 

Method Detail

getChildrenToCopy

public java.util.Collection getChildrenToCopy()

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