CURSOR_DEFAULT A value for setCursor() to select the system-default mouse cursor.
CURSOR_HIDDEN A value for setCursor() to hide the mouse cursor.
CURSOR_CUSTOM A value for setCursor() to select a custom mouse cursor, alongside a pixel map.
CURSOR_IBEAM A value for setCursor() to select an I-beam (often used in text areas).
CURSOR_HAND A value for setCursor() to select a hand.
CURSOR_WAIT A value for setCursor() to select a 'wait for something' cursor.
CURSOR_SIZENS A value for setCursor() to select a north-south arrow.
CURSOR_SIZEWE A value for setCursor() to select a west-east arrow.
CURSOR_SIZENWSE A value for setCursor() to select a north-west-south-east arrow.
CURSOR_SIZENESW A value for setCursor() to select a north-east-south-west arrow.
CURSOR_SIZEALL A value for setCursor() to select an every-direction arrow.