net.infonode.gui

Class CursorManager

public class CursorManager extends Object

Version: $Revision: 1.17 $

Author: $Author: jesper $

Method Summary
static CursorgetCurrentGlobalCursor(JRootPane root)
static JComponentgetCursorLayerComponent(JRootPane root)
static booleanisEnabled()
static booleanisGlobalCursorSet(JRootPane root)
static voidresetGlobalCursor(JRootPane root)
static voidsetEnabled(boolean enabled)
static voidsetGlobalCursor(JRootPane root, Cursor cursor)

Method Detail

getCurrentGlobalCursor

public static Cursor getCurrentGlobalCursor(JRootPane root)

getCursorLayerComponent

public static JComponent getCursorLayerComponent(JRootPane root)

isEnabled

public static boolean isEnabled()

isGlobalCursorSet

public static boolean isGlobalCursorSet(JRootPane root)

resetGlobalCursor

public static void resetGlobalCursor(JRootPane root)

setEnabled

public static void setEnabled(boolean enabled)

setGlobalCursor

public static void setGlobalCursor(JRootPane root, Cursor cursor)