|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.glaivestone.javax.awt.CursorX
Cursor
utilities.
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 |
public static java.awt.Cursor setCursor(java.awt.Component aComponent, java.awt.Cursor aCursor)
public static java.awt.Cursor setDefaultCursor(java.awt.Component component)
public static java.awt.Cursor setWaitCursor(java.awt.Component component)
|
GFL 1.1 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |