Class Helpers


  • public class Helpers
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Helpers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.awt.Color errorColor()  
      static java.awt.Color errorColor​(java.awt.Color color)  
      static void initAntiAliasing​(java.awt.Component main)  
      static boolean isBlackAndWhite​(javax.swing.ImageIcon imageIcon)  
      static boolean isSvgIcons()  
      static javax.swing.Icon load​(@NotNull java.lang.String path, @NotNull java.lang.Class clazz)  
      static int mousePositionVirtualSpaces​(@NotNull com.intellij.openapi.editor.Editor editor)  
      static void setEnabledOfChildren​(javax.swing.JComponent parent, boolean isEnabled)  
      static java.awt.Color unusedColor()  
      static java.awt.Color warningColor()  
      static java.awt.Color warningColor​(java.awt.Color color)  
      • Methods inherited from class java.lang.Object

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

      • Helpers

        public Helpers()
    • Method Detail

      • isSvgIcons

        public static boolean isSvgIcons()
      • load

        public static javax.swing.Icon load​(@NotNull
                                            @NotNull java.lang.String path,
                                            @NotNull
                                            @NotNull java.lang.Class clazz)
      • isBlackAndWhite

        public static boolean isBlackAndWhite​(javax.swing.ImageIcon imageIcon)
      • initAntiAliasing

        public static void initAntiAliasing​(java.awt.Component main)
      • errorColor

        public static java.awt.Color errorColor()
      • warningColor

        public static java.awt.Color warningColor()
      • unusedColor

        public static java.awt.Color unusedColor()
      • setEnabledOfChildren

        public static void setEnabledOfChildren​(javax.swing.JComponent parent,
                                                boolean isEnabled)
      • errorColor

        public static java.awt.Color errorColor​(java.awt.Color color)
      • warningColor

        public static java.awt.Color warningColor​(java.awt.Color color)
      • mousePositionVirtualSpaces

        public static int mousePositionVirtualSpaces​(@NotNull
                                                     @NotNull com.intellij.openapi.editor.Editor editor)