Interface IPasteStatus
-
public interface IPasteStatus
Interface to provide information for paste checks. It is used byand CopyUtil#canPaste(IElementCopy, org.eclipse.birt.report.model.api.DesignElementHandle, String)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canPaste()
java.util.List<SemanticException>
getErrors()
-
-
-
Method Detail
-
canPaste
boolean canPaste()
- Returns:
-
getErrors
java.util.List<SemanticException> getErrors()
- Returns:
-
-