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 ClassesModifier and TypeClassDescriptionstatic interfacestatic classNested 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(@NotNull com.intellij.openapi.project.Project project, @NotNull com.intellij.openapi.editor.Editor editor, @NotNull com.intellij.psi.PsiFile file) booleanMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.intellij.codeInsight.intention.FileModifier
getElementToMakeWritable, getFileModifierForPreview
-
Constructor Details
-
TestMePopUpHandler
public TestMePopUpHandler()
-
-
Method Details
-
startInWriteAction
public boolean startInWriteAction()- Specified by:
startInWriteActionin interfacecom.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:
invokein interfacecom.intellij.codeInsight.CodeInsightActionHandler
-