public class CursorManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.awt.Cursor |
getCurrentGlobalCursor(javax.swing.JRootPane root) |
static javax.swing.JComponent |
getCursorLayerComponent(javax.swing.JRootPane root) |
static boolean |
isEnabled() |
static boolean |
isGlobalCursorSet(javax.swing.JRootPane root) |
static void |
resetGlobalCursor(javax.swing.JRootPane root) |
static void |
setEnabled(boolean enabled) |
static void |
setGlobalCursor(javax.swing.JRootPane root,
java.awt.Cursor cursor) |
public static void setGlobalCursor(javax.swing.JRootPane root, java.awt.Cursor cursor)
public static java.awt.Cursor getCurrentGlobalCursor(javax.swing.JRootPane root)
public static void resetGlobalCursor(javax.swing.JRootPane root)
public static void setEnabled(boolean enabled)
public static boolean isEnabled()
public static javax.swing.JComponent getCursorLayerComponent(javax.swing.JRootPane root)
public static boolean isGlobalCursorSet(javax.swing.JRootPane root)