Class RestoreYAMLClutterAction

java.lang.Object
com.intellij.openapi.actionSystem.AnAction
com.intellij.openapi.editor.actionSystem.EditorAction
com.redhat.devtools.intellij.common.actions.editor.YAMLClutterAction
com.redhat.devtools.intellij.common.actions.editor.RestoreYAMLClutterAction
All Implemented Interfaces:
com.intellij.ide.lightEdit.LightEditCompatible, com.intellij.openapi.actionSystem.ActionUpdateThreadAware, com.intellij.openapi.project.DumbAware, com.intellij.openapi.project.PossiblyDumbAware

public class RestoreYAMLClutterAction extends YAMLClutterAction
  • Nested Class Summary

    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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isDisabled(boolean isAlreadyCleaned)
     

    Methods inherited from class com.redhat.devtools.intellij.common.actions.editor.YAMLClutterAction

    update

    Methods inherited from class com.intellij.openapi.editor.actionSystem.EditorAction

    actionPerformed, actionPerformed, beforeActionPerformedUpdate, clearDynamicHandlersCache, getActionUpdateThread, 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, isDumbAware, isEnabledInModalContext, isInInjectedContext, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setShortcutSet, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbar

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RestoreYAMLClutterAction

      protected RestoreYAMLClutterAction()
  • Method Details