Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.emf.mapping.command
Class PasteFromClipboardOverrideCommand

java.lang.Object
  extended byorg.eclipse.emf.common.command.AbstractCommand
      extended byorg.eclipse.emf.edit.command.AbstractOverrideableCommand
          extended byorg.eclipse.emf.edit.command.PasteFromClipboardCommand
              extended byorg.eclipse.emf.mapping.command.PasteFromClipboardOverrideCommand

All Implemented Interfaces:
Command, OverrideableCommand


public class PasteFromClipboardOverrideCommand
extends PasteFromClipboardCommand

This command overrides the PasteFromClipboardCommand for cross-domain (optimized) copies.


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.common.command.AbstractCommand
AbstractCommand.NonDirtying
 
Field Summary
 
Fields inherited from class org.eclipse.emf.edit.command.PasteFromClipboardCommand
command, DESCRIPTION, feature, index, LABEL, optimize, owner
 
Fields inherited from class org.eclipse.emf.edit.command.AbstractOverrideableCommand
domain, overrideCommand
 
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
 
Constructor Summary
PasteFromClipboardOverrideCommand(MappingDomain domain, PasteFromClipboardCommand command)
           
 
Method Summary
protected  boolean optimizedCanExecute()
           
 
Methods inherited from class org.eclipse.emf.edit.command.PasteFromClipboardCommand
create, create, doDispose, doExecute, doGetAffectedObjects, doGetResult, doRedo, doUndo, getFeature, getIndex, getOwner, prepare, toString
 
Methods inherited from class org.eclipse.emf.edit.command.AbstractOverrideableCommand
canExecute, canUndo, dispose, doCanExecute, doCanUndo, doGetChildrenToCopy, doGetDescription, doGetLabel, execute, getAffectedObjects, getChildrenToCopy, getDescription, getDomain, getLabel, getOverride, getOwnerList, getResult, redo, setOverride, undo
 
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
chain, setDescription, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.common.command.Command
chain
 

Constructor Detail

 

 

PasteFromClipboardOverrideCommand

public PasteFromClipboardOverrideCommand(MappingDomain domain,
                                         PasteFromClipboardCommand command)

Method Detail

 

 

optimizedCanExecute

protected boolean optimizedCanExecute()

Overrides:
optimizedCanExecute in class PasteFromClipboardCommand


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD