Package com.vladsch.plugin.test.util
Class LineMarkerSettings
- java.lang.Object
-
- com.vladsch.plugin.test.util.LineMarkerSettings
-
public final class LineMarkerSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LineMarkerSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineMarkerSettingsdisable(@NotNull com.intellij.codeInsight.daemon.GutterIconDescriptor... options)LineMarkerSettingsenable(@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()LineMarkerSettingsremove(@NotNull com.intellij.codeInsight.daemon.GutterIconDescriptor... options)
-
-
-
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()
-
-