Class LineMarkerSettings


  • public final class LineMarkerSettings
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LineMarkerSettings disable​(@NotNull com.intellij.codeInsight.daemon.GutterIconDescriptor... options)  
      LineMarkerSettings enable​(@NotNull com.intellij.codeInsight.daemon.GutterIconDescriptor... options)  
      @NotNull java.util.Set<java.lang.String> getDisabledIds()  
      @NotNull java.util.Set<java.lang.String> getEnabledIds()  
      java.util.HashMap<com.intellij.codeInsight.daemon.GutterIconDescriptor,​java.lang.Boolean> getOptions()  
      @NotNull java.util.Map<java.lang.String,​java.lang.Boolean> getOptionsById()  
      LineMarkerSettings remove​(@NotNull com.intellij.codeInsight.daemon.GutterIconDescriptor... options)  
      • Methods inherited from class java.lang.Object

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

      • LineMarkerSettings

        public LineMarkerSettings()
    • Method Detail

      • disable

        public LineMarkerSettings disable​(@NotNull
                                          @NotNull com.intellij.codeInsight.daemon.GutterIconDescriptor... options)
      • enable

        public LineMarkerSettings enable​(@NotNull
                                         @NotNull com.intellij.codeInsight.daemon.GutterIconDescriptor... options)
      • remove

        public LineMarkerSettings remove​(@NotNull
                                         @NotNull com.intellij.codeInsight.daemon.GutterIconDescriptor... options)
      • getOptions

        public java.util.HashMap<com.intellij.codeInsight.daemon.GutterIconDescriptor,​java.lang.Boolean> getOptions()
      • getOptionsById

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.Boolean> getOptionsById()
      • getDisabledIds

        @NotNull
        public @NotNull java.util.Set<java.lang.String> getDisabledIds()
      • getEnabledIds

        @NotNull
        public @NotNull java.util.Set<java.lang.String> getEnabledIds()