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, startInWriteActioncanModify, getText, setText, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetElementToMakeWritablepublic CopyAbstractMethodImplementationAction()
public java.lang.String getFamilyName()
IntentionActiongetFamilyName in interface IntentionActiongetFamilyName in class ImplementAbstractMethodActionIntentionManager.registerIntentionAndMetaData(IntentionAction, String...)protected java.lang.String getIntentionName(PsiMethod method)
getIntentionName in class ImplementAbstractMethodActionprotected boolean isAvailable(com.intellij.codeInsight.intention.impl.ImplementAbstractMethodAction.MyElementProcessor processor)
isAvailable in class ImplementAbstractMethodActionprotected void invokeHandler(Project project, Editor editor, PsiMethod method)
invokeHandler in class ImplementAbstractMethodAction