com.jniwrapper.win32.gdi
Class Cursor.CursorKind

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.gdi.Cursor.CursorKind
Enclosing class:
Cursor

public static class Cursor.CursorKind
extends com.jniwrapper.util.EnumItem

This enumeration (IDC_*) specifies various types of the cursor.


Field Summary
static Cursor.CursorKind IDC_APPSTARTING
          Standard arrow and small hourglass cursor.
static Cursor.CursorKind IDC_ARROW
          Standard arrow cursor.
static Cursor.CursorKind IDC_CROSS
          Crosshair cursor.
static Cursor.CursorKind IDC_HAND
          Windows 98/Me, Windows 2000/XP: Hand cursor.
static Cursor.CursorKind IDC_HELP
          Arrow and question mark cursor.
static Cursor.CursorKind IDC_IBEAM
          I-beam cursor.
static Cursor.CursorKind IDC_ICON
          Obsolete for applications marked version 4.0 or later.
static Cursor.CursorKind IDC_NO
          Slashed circle cursor.
static Cursor.CursorKind IDC_SIZE
          Obsolete for applications marked version 4.0 or later.
static Cursor.CursorKind IDC_SIZEALL
          Four-pointed arrow cursor pointing north, south, east, and west.
static Cursor.CursorKind IDC_SIZENESW
          Double-pointed arrow cursor pointing northeast and southwest.
static Cursor.CursorKind IDC_SIZENS
          Double-pointed arrow cursor pointing north and south.
static Cursor.CursorKind IDC_SIZENWSE
          Double-pointed arrow cursor pointing northwest and southeast.
static Cursor.CursorKind IDC_SIZEWE
          Double-pointed arrow cursor pointing west and east.
static Cursor.CursorKind IDC_UPARROW
          Vertical arrow cursor.
static Cursor.CursorKind IDC_WAIT
          Hourglass cursor.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

IDC_ARROW

public static Cursor.CursorKind IDC_ARROW
Standard arrow cursor.


IDC_IBEAM

public static Cursor.CursorKind IDC_IBEAM
I-beam cursor.


IDC_WAIT

public static Cursor.CursorKind IDC_WAIT
Hourglass cursor.


IDC_CROSS

public static Cursor.CursorKind IDC_CROSS
Crosshair cursor.


IDC_UPARROW

public static Cursor.CursorKind IDC_UPARROW
Vertical arrow cursor.


IDC_SIZE

public static Cursor.CursorKind IDC_SIZE
Obsolete for applications marked version 4.0 or later. Use IDC_SIZEALL.


IDC_ICON

public static Cursor.CursorKind IDC_ICON
Obsolete for applications marked version 4.0 or later.


IDC_SIZENWSE

public static Cursor.CursorKind IDC_SIZENWSE
Double-pointed arrow cursor pointing northwest and southeast.


IDC_SIZENESW

public static Cursor.CursorKind IDC_SIZENESW
Double-pointed arrow cursor pointing northeast and southwest.


IDC_SIZEWE

public static Cursor.CursorKind IDC_SIZEWE
Double-pointed arrow cursor pointing west and east.


IDC_SIZENS

public static Cursor.CursorKind IDC_SIZENS
Double-pointed arrow cursor pointing north and south.


IDC_SIZEALL

public static Cursor.CursorKind IDC_SIZEALL
Four-pointed arrow cursor pointing north, south, east, and west.


IDC_NO

public static Cursor.CursorKind IDC_NO
Slashed circle cursor.


IDC_HAND

public static Cursor.CursorKind IDC_HAND
Windows 98/Me, Windows 2000/XP: Hand cursor.


IDC_APPSTARTING

public static Cursor.CursorKind IDC_APPSTARTING
Standard arrow and small hourglass cursor.


IDC_HELP

public static Cursor.CursorKind IDC_HELP
Arrow and question mark cursor.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object