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, wait
doClone, doCopy, getActionName
public abstract boolean canCopy(PsiElement[] elements, boolean fromUpdate)
public boolean canCopy(PsiElement[] elements)
canCopy
in interface CopyHandlerDelegate
public boolean forbidToClone(PsiElement[] elements, boolean fromUpdate)