Class StiCursorManager

java.lang.Object
com.stimulsoft.viewer.controls.mouse.StiCursorManager

public final class StiCursorManager extends Object
Cursor manager Copyright Stimulsoft
  • Field Details

    • DRAGGING_HAND_CURSOR

      public static Cursor DRAGGING_HAND_CURSOR
      Dragging hand cursor
  • Constructor Details

    • StiCursorManager

      public StiCursorManager()
  • Method Details

    • setDefaultCursor

      public static void setDefaultCursor(Component component)
      Set default cursor
      Parameters:
      component - Component to change cursor
    • setDraggingHand

      public static void setDraggingHand(Component component)
      Set dragging hand cursor
      Parameters:
      component - Component to change cursor
    • setGlobalCursor

      public static void setGlobalCursor(JComponent component, Cursor cursor)
      Set cursor to whole application
      Parameters:
      component - Component to change cursor
      cursor - Cursor