org.eclipse.gmt.umlx.editor.domain
Class PasteDomain

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.domain.PasteDomain

public class PasteDomain
extends java.lang.Object


Constructor Summary
PasteDomain(java.util.List<java.lang.Object> sourceObjects, org.eclipse.draw2d.geometry.Point sourceOrigin, java.util.List<java.lang.Object> targetObjects, org.eclipse.draw2d.geometry.Point targetOrigin)
           
 
Method Summary
 IErrorMessage cannotSetContext(ISheetEditor sheetEditor)
           
 IAbstractCommand getDeferredCommand(ISheetEditor sheetEditor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasteDomain

public PasteDomain(java.util.List<java.lang.Object> sourceObjects,
                   org.eclipse.draw2d.geometry.Point sourceOrigin,
                   java.util.List<java.lang.Object> targetObjects,
                   org.eclipse.draw2d.geometry.Point targetOrigin)
Method Detail

cannotSetContext

public IErrorMessage cannotSetContext(ISheetEditor sheetEditor)

getDeferredCommand

public IAbstractCommand getDeferredCommand(ISheetEditor sheetEditor)