Class TestMePopUpHandler

java.lang.Object
com.weirddev.testme.intellij.ui.popup.TestMePopUpHandler
All Implemented Interfaces:
com.intellij.codeInsight.CodeInsightActionHandler, com.intellij.codeInsight.intention.FileModifier, com.intellij.openapi.application.WriteActionAware
Direct Known Subclasses:
TestMeActionHandler

public abstract class TestMePopUpHandler extends Object implements com.intellij.codeInsight.CodeInsightActionHandler
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
    static class 
     

    Nested classes/interfaces inherited from interface com.intellij.codeInsight.intention.FileModifier

    com.intellij.codeInsight.intention.FileModifier.SafeFieldForPreview, com.intellij.codeInsight.intention.FileModifier.SafeTypeForPreview
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(@NotNull com.intellij.openapi.project.Project project, @NotNull com.intellij.openapi.editor.Editor editor, @NotNull com.intellij.psi.PsiFile file)
     
    boolean
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.intellij.codeInsight.intention.FileModifier

    getElementToMakeWritable, getFileModifierForPreview
  • Constructor Details

    • TestMePopUpHandler

      public TestMePopUpHandler()
  • Method Details

    • startInWriteAction

      public boolean startInWriteAction()
      Specified by:
      startInWriteAction in interface com.intellij.openapi.application.WriteActionAware
    • invoke

      public void invoke(@NotNull @NotNull com.intellij.openapi.project.Project project, @NotNull @NotNull com.intellij.openapi.editor.Editor editor, @NotNull @NotNull com.intellij.psi.PsiFile file)
      Specified by:
      invoke in interface com.intellij.codeInsight.CodeInsightActionHandler