Class CursorManager

java.lang.Object
net.infonode.gui.CursorManager

public class CursorManager extends Object
  • Method Details

    • setGlobalCursor

      public static void setGlobalCursor(JRootPane root, Cursor cursor)
    • getCurrentGlobalCursor

      public static Cursor getCurrentGlobalCursor(JRootPane root)
    • resetGlobalCursor

      public static void resetGlobalCursor(JRootPane root)
    • setEnabled

      public static void setEnabled(boolean enabled)
    • isEnabled

      public static boolean isEnabled()
    • getCursorLayerComponent

      public static JComponent getCursorLayerComponent(JRootPane root)
    • isGlobalCursorSet

      public static boolean isGlobalCursorSet(JRootPane root)