Class YAMLClutterAction

  • All Implemented Interfaces:
    com.intellij.ide.lightEdit.LightEditCompatible, com.intellij.openapi.actionSystem.UpdateInBackground, com.intellij.openapi.project.DumbAware, com.intellij.openapi.project.PossiblyDumbAware
    Direct Known Subclasses:
    RemoveYAMLClutterAction, RestoreYAMLClutterAction

    public abstract class YAMLClutterAction
    extends com.intellij.openapi.editor.actionSystem.EditorAction
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.intellij.openapi.actionSystem.AnAction

        com.intellij.openapi.actionSystem.AnAction.TransparentUpdate
    • Field Summary

      • Fields inherited from class com.intellij.openapi.actionSystem.AnAction

        ACTIONS_KEY, EMPTY_ARRAY
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected YAMLClutterAction​(com.intellij.openapi.editor.actionSystem.EditorActionHandler defaultHandler)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract boolean isDisabled​(boolean isAlreadyCleaned)  
      void update​(@NotNull com.intellij.openapi.actionSystem.AnActionEvent e)  
      • Methods inherited from class com.intellij.openapi.editor.actionSystem.EditorAction

        actionPerformed, actionPerformed, beforeActionPerformedUpdate, clearDynamicHandlersCache, getEditor, getHandler, getHandlerOfType, setInjectedContext, setupHandler, update, updateForKeyboardAccess
      • Methods inherited from class com.intellij.openapi.actionSystem.AnAction

        addSynonym, addTextOverride, addTextOverride, applyTextOverride, applyTextOverride, copyActionTextOverride, copyActionTextOverrides, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getSynonyms, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbar
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.intellij.openapi.project.PossiblyDumbAware

        isDumbAware
    • Constructor Detail

      • YAMLClutterAction

        protected YAMLClutterAction​(com.intellij.openapi.editor.actionSystem.EditorActionHandler defaultHandler)
    • Method Detail

      • update

        public void update​(@NotNull
                           @NotNull com.intellij.openapi.actionSystem.AnActionEvent e)
        Overrides:
        update in class com.intellij.openapi.editor.actionSystem.EditorAction
      • isDisabled

        public abstract boolean isDisabled​(boolean isAlreadyCleaned)