Uses of Class
com.jniwrapper.win32.gdi.Cursor.CursorKind

Packages that use Cursor.CursorKind
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
 

Uses of Cursor.CursorKind in com.jniwrapper.win32.gdi
 

Fields in com.jniwrapper.win32.gdi declared as Cursor.CursorKind
static Cursor.CursorKind Cursor.CursorKind.IDC_APPSTARTING
          Standard arrow and small hourglass cursor.
static Cursor.CursorKind Cursor.CursorKind.IDC_ARROW
          Standard arrow cursor.
static Cursor.CursorKind Cursor.CursorKind.IDC_CROSS
          Crosshair cursor.
static Cursor.CursorKind Cursor.CursorKind.IDC_HAND
          Windows 98/Me, Windows 2000/XP: Hand cursor.
static Cursor.CursorKind Cursor.CursorKind.IDC_HELP
          Arrow and question mark cursor.
static Cursor.CursorKind Cursor.CursorKind.IDC_IBEAM
          I-beam cursor.
static Cursor.CursorKind Cursor.CursorKind.IDC_ICON
          Obsolete for applications marked version 4.0 or later.
static Cursor.CursorKind Cursor.CursorKind.IDC_NO
          Slashed circle cursor.
static Cursor.CursorKind Cursor.CursorKind.IDC_SIZE
          Obsolete for applications marked version 4.0 or later.
static Cursor.CursorKind Cursor.CursorKind.IDC_SIZEALL
          Four-pointed arrow cursor pointing north, south, east, and west.
static Cursor.CursorKind Cursor.CursorKind.IDC_SIZENESW
          Double-pointed arrow cursor pointing northeast and southwest.
static Cursor.CursorKind Cursor.CursorKind.IDC_SIZENS
          Double-pointed arrow cursor pointing north and south.
static Cursor.CursorKind Cursor.CursorKind.IDC_SIZENWSE
          Double-pointed arrow cursor pointing northwest and southeast.
static Cursor.CursorKind Cursor.CursorKind.IDC_SIZEWE
          Double-pointed arrow cursor pointing west and east.
static Cursor.CursorKind Cursor.CursorKind.IDC_UPARROW
          Vertical arrow cursor.
static Cursor.CursorKind Cursor.CursorKind.IDC_WAIT
          Hourglass cursor.
 

Methods in com.jniwrapper.win32.gdi with parameters of type Cursor.CursorKind
protected  void Cursor.loadCursor(Cursor.CursorKind cursor)
          Loads the cursor of a specified type.