public class ImplementAbstractClassMethodsFix extends ImplementMethodsFix
LOG, myEndElement, myStartElementEMPTY_ARRAYEMPTY_ARRAY| Constructor and Description |
|---|
ImplementAbstractClassMethodsFix(PsiElement highlightElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Project project,
PsiFile file,
Editor editor,
PsiElement startElement,
PsiElement endElement)
Performs the action.
|
boolean |
isAvailable(Project project,
PsiFile file,
PsiElement startElement,
PsiElement endElement) |
chooseMethodsToImplement, getFamilyName, getText, startInWriteActioninvoke, invoke, isAvailable, isAvailableapplyFix, applyFix, getEndElement, getName, getStartElement, isAvailableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementToMakeWritablepublic ImplementAbstractClassMethodsFix(PsiElement highlightElement)
public boolean isAvailable(Project project, PsiFile file, PsiElement startElement, PsiElement endElement)
isAvailable in class ImplementMethodsFixpublic void invoke(Project project, PsiFile file, Editor editor, PsiElement startElement, PsiElement endElement)
LocalQuickFixAndIntentionActionOnPsiElementinvoke in class ImplementMethodsFixeditor - the editor where the action is invoked or null if it's invoked from batch inspections results' tool window.