com.intellij.codeInspection
Interface LocalQuickFix


public interface LocalQuickFix


Method Summary
 void applyFix(Project project, ProblemDescriptor descriptor)
          Called to apply the fix.
 java.lang.String getFamilyName()
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()

applyFix

void applyFix(Project project,
              ProblemDescriptor descriptor)
Called to apply the fix.

Parameters:
project - Project
descriptor - problem reported by the tool which provided this quick fix action

getFamilyName

java.lang.String getFamilyName()