public interface CopyHandlerDelegate
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<CopyHandlerDelegate> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
boolean |
canCopy(PsiElement[] elements) |
void |
doClone(PsiElement element) |
void |
doCopy(PsiElement[] elements,
PsiDirectory defaultTargetDirectory) |
default java.lang.String |
getActionName(PsiElement[] elements) |
static final ExtensionPointName<CopyHandlerDelegate> EP_NAME
boolean canCopy(PsiElement[] elements)
void doCopy(PsiElement[] elements, PsiDirectory defaultTargetDirectory)
void doClone(PsiElement element)
default java.lang.String getActionName(PsiElement[] elements)