Uses of Class
org.eclipse.emf.edit.command.PasteFromClipboardCommand

Packages that use PasteFromClipboardCommand
org.eclipse.emf.mapping.command   
org.eclipse.emf.mapping.domain   
 

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

Subclasses of PasteFromClipboardCommand in org.eclipse.emf.mapping.command
 class PasteFromClipboardOverrideCommand
          This command overrides the PasteFromClipboardCommand for cross-domain (optimized) copies.
 

Constructors in org.eclipse.emf.mapping.command with parameters of type PasteFromClipboardCommand
PasteFromClipboardOverrideCommand(MappingDomain domain, PasteFromClipboardCommand command)
           
 

Uses of PasteFromClipboardCommand in org.eclipse.emf.mapping.domain
 

Methods in org.eclipse.emf.mapping.domain with parameters of type PasteFromClipboardCommand
protected  Command AdapterFactoryMappingDomain.createPasteFromClipboardOverrideCommand(PasteFromClipboardCommand pasteFromClipboardCommand)
           
 


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