Class TestMeAction
java.lang.Object
com.intellij.openapi.actionSystem.AnAction
com.intellij.codeInsight.actions.CodeInsightAction
com.intellij.codeInsight.generation.actions.BaseGenerateAction
com.weirddev.testme.intellij.action.TestMeAction
- All Implemented Interfaces:
com.intellij.codeInsight.generation.actions.GenerateActionPopupTemplateInjector
,com.intellij.openapi.actionSystem.ActionUpdateThreadAware
,com.intellij.openapi.actionSystem.PerformWithDocumentsCommitted
,com.intellij.openapi.project.PossiblyDumbAware
public class TestMeAction
extends com.intellij.codeInsight.generation.actions.BaseGenerateAction
Date: 16/12/2016
- Author:
- Yaron Yamin
-
Nested Class Summary
Nested classes/interfaces inherited from class com.intellij.openapi.actionSystem.AnAction
com.intellij.openapi.actionSystem.AnAction.TransparentUpdate
Nested classes/interfaces inherited from interface com.intellij.openapi.actionSystem.ActionUpdateThreadAware
com.intellij.openapi.actionSystem.ActionUpdateThreadAware.Recursive
-
Field Summary
Fields inherited from class com.intellij.openapi.actionSystem.AnAction
ACTIONS_KEY, EMPTY_ARRAY
-
Constructor Summary
-
Method Summary
Methods inherited from class com.intellij.codeInsight.generation.actions.BaseGenerateAction
createEditTemplateAction
Methods inherited from class com.intellij.codeInsight.actions.CodeInsightAction
actionPerformed, actionPerformedImpl, getActionUpdateThread, update
Methods inherited from class com.intellij.openapi.actionSystem.AnAction
addSynonym, addTextOverride, addTextOverride, applyTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyActionTextOverride, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getSynonyms, getTemplatePresentation, getTemplateText, isDefaultIcon, isDumbAware, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbar
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.intellij.openapi.actionSystem.PerformWithDocumentsCommitted
isPerformWithDocumentsCommitted
-
Constructor Details
-
TestMeAction
public TestMeAction()
-