public abstract class CopyHandlerDelegateBase extends java.lang.Object implements CopyHandlerDelegate
EP_NAME| Constructor and Description |
|---|
CopyHandlerDelegateBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCopy(PsiElement[] elements) |
abstract boolean |
canCopy(PsiElement[] elements,
boolean fromUpdate) |
boolean |
forbidToClone(PsiElement[] elements,
boolean fromUpdate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoClone, doCopy, getActionNamepublic abstract boolean canCopy(PsiElement[] elements, boolean fromUpdate)
public boolean canCopy(PsiElement[] elements)
canCopy in interface CopyHandlerDelegatepublic boolean forbidToClone(PsiElement[] elements, boolean fromUpdate)