Package com.vladsch.plugin.util.ui
Class Helpers
- java.lang.Object
-
- com.vladsch.plugin.util.ui.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.ColorerrorColor()static java.awt.ColorerrorColor(java.awt.Color color)static voidinitAntiAliasing(java.awt.Component main)static booleanisBlackAndWhite(javax.swing.ImageIcon imageIcon)static booleanisSvgIcons()static javax.swing.Iconload(@NotNull java.lang.String path, @NotNull java.lang.Class clazz)static intmousePositionVirtualSpaces(@NotNull com.intellij.openapi.editor.Editor editor)static voidsetEnabledOfChildren(javax.swing.JComponent parent, boolean isEnabled)static java.awt.ColorunusedColor()static java.awt.ColorwarningColor()static java.awt.ColorwarningColor(java.awt.Color color)
-
-
-
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)
-
-