com.glaivestone.javax.awt
Class CursorX

java.lang.Object
  |
  +--com.glaivestone.javax.awt.CursorX

public class CursorX
extends java.lang.Object

Cursor utilities.

Version:
1.0
Author:
Gary Gregory

Method Summary
static java.awt.Cursor setCursor(java.awt.Component aComponent, java.awt.Cursor aCursor)
          Set the cursor for the given component.
static java.awt.Cursor setDefaultCursor(java.awt.Component component)
          Set the Default cursor for the given component and return the previously set cursor.
static java.awt.Cursor setWaitCursor(java.awt.Component component)
          Set the wait cursor for the given component and return the previously set cursor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setCursor

public static java.awt.Cursor setCursor(java.awt.Component aComponent,
                                        java.awt.Cursor aCursor)
Set the cursor for the given component. Return the previously set cursor.


setDefaultCursor

public static java.awt.Cursor setDefaultCursor(java.awt.Component component)
Set the Default cursor for the given component and return the previously set cursor.


setWaitCursor

public static java.awt.Cursor setWaitCursor(java.awt.Component component)
Set the wait cursor for the given component and return the previously set cursor.


GFL 1.1 API