Class YAMLClutterAction

  • All Implemented Interfaces:
    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, getEditor, getHandler, setInjectedContext, setupHandler, update, updateForKeyboardAccess
      • Methods inherited from class com.intellij.openapi.actionSystem.AnAction

        copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, 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)