Class YAMLClutterActionHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void doExecute​(@NotNull com.intellij.openapi.editor.Editor editor, @Nullable com.intellij.openapi.editor.Caret caret, com.intellij.openapi.actionSystem.DataContext dataContext)  
      void executeWriteAction​(com.intellij.openapi.editor.Editor editor, @Nullable com.intellij.openapi.editor.Caret caret, com.intellij.openapi.actionSystem.DataContext dataContext)  
      abstract java.lang.String getUpdatedContent​(java.lang.String originalContent, java.lang.String currentContent)  
      abstract boolean isCleaned()  
      • Methods inherited from class com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler

        executeWriteAction
      • Methods inherited from class com.intellij.openapi.editor.actionSystem.EditorActionHandler

        execute, execute, executeInCommand, getCommandGroupId, isEnabled, isEnabled, isEnabledForCaret, runForAllCarets
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • YAMLClutterActionHandler

        public YAMLClutterActionHandler()
    • Method Detail

      • executeWriteAction

        public void executeWriteAction​(com.intellij.openapi.editor.Editor editor,
                                       @Nullable
                                       @Nullable com.intellij.openapi.editor.Caret caret,
                                       com.intellij.openapi.actionSystem.DataContext dataContext)
        Overrides:
        executeWriteAction in class com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler
      • doExecute

        public void doExecute​(@NotNull
                              @NotNull com.intellij.openapi.editor.Editor editor,
                              @Nullable
                              @Nullable com.intellij.openapi.editor.Caret caret,
                              com.intellij.openapi.actionSystem.DataContext dataContext)
        Overrides:
        doExecute in class com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler
      • getUpdatedContent

        public abstract java.lang.String getUpdatedContent​(java.lang.String originalContent,
                                                           java.lang.String currentContent)
      • isCleaned

        public abstract boolean isCleaned()