org.eclipse.birt.report.model.api.util
Interface IPasteStatus


public interface IPasteStatus

Interface to provide information for paste checks. It is used by and CopyUtil#canPaste(IElementCopy, org.eclipse.birt.report.model.api.DesignElementHandle, String).


Method Summary
 boolean canPaste()
           
 java.util.List<SemanticException> getErrors()
           
 

Method Detail

canPaste

boolean canPaste()
Returns:

getErrors

java.util.List<SemanticException> getErrors()
Returns:


Copyright © 2008 Actuate Corp. All rights reserved.