public class CopyAbstractMethodImplementationAction extends ImplementAbstractMethodAction
EMPTY_ARRAY
Constructor and Description |
---|
CopyAbstractMethodImplementationAction() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFamilyName()
Returns the name of the family of intentions.
|
protected java.lang.String |
getIntentionName(PsiMethod method) |
protected void |
invokeHandler(Project project,
Editor editor,
PsiMethod method) |
protected boolean |
isAvailable(com.intellij.codeInsight.intention.impl.ImplementAbstractMethodAction.MyElementProcessor processor) |
invoke, isAvailable, startInWriteAction
canModify, getText, setText, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getElementToMakeWritable
public CopyAbstractMethodImplementationAction()
public java.lang.String getFamilyName()
IntentionAction
getFamilyName
in interface IntentionAction
getFamilyName
in class ImplementAbstractMethodAction
IntentionManager.registerIntentionAndMetaData(IntentionAction, String...)
protected java.lang.String getIntentionName(PsiMethod method)
getIntentionName
in class ImplementAbstractMethodAction
protected boolean isAvailable(com.intellij.codeInsight.intention.impl.ImplementAbstractMethodAction.MyElementProcessor processor)
isAvailable
in class ImplementAbstractMethodAction
protected void invokeHandler(Project project, Editor editor, PsiMethod method)
invokeHandler
in class ImplementAbstractMethodAction