Uses of Class
org.gnu.gdk.CursorType

Packages that use CursorType
org.gnu.gdk   
 

Uses of CursorType in org.gnu.gdk
 

Fields in org.gnu.gdk declared as CursorType
static CursorType CursorType.X_CURSOR
           
static CursorType CursorType.ARROW
           
static CursorType CursorType.BASED_ARROW_DOWN
           
static CursorType CursorType.BASED_ARROW_UP
           
static CursorType CursorType.BOAT
           
static CursorType CursorType.BOGOSITY
           
static CursorType CursorType.BOTTOM_LEFT_CORNER
           
static CursorType CursorType.BOTTOM_RIGHT_CORNER
           
static CursorType CursorType.BOTTOM_SIDE
           
static CursorType CursorType.BOTTOM_TEE
           
static CursorType CursorType.BOX_SPIRAL
           
static CursorType CursorType.CENTER_PTR
           
static CursorType CursorType.CIRCLE
           
static CursorType CursorType.CLOCK
           
static CursorType CursorType.COFFEE_MUG
           
static CursorType CursorType.CROSS
           
static CursorType CursorType.CROSS_REVERSE
           
static CursorType CursorType.CROSSHAIR
           
static CursorType CursorType.DIAMOND_CROSS
           
static CursorType CursorType.DOT
           
static CursorType CursorType.DOTBOX
           
static CursorType CursorType.DOUBLE_ARROW
           
static CursorType CursorType.DRAFT_LARGE
           
static CursorType CursorType.DRAFT_SMALL
           
static CursorType CursorType.DRAPED_BOX
           
static CursorType CursorType.EXCHANGE
           
static CursorType CursorType.FLEUR
           
static CursorType CursorType.GOBBLER
           
static CursorType CursorType.GUMBY
           
static CursorType CursorType.HAND1
           
static CursorType CursorType.HAND2
           
static CursorType CursorType.HEART
           
static CursorType CursorType.ICON
           
static CursorType CursorType.IRON_CROSS
           
static CursorType CursorType.LEFT_PTR
           
static CursorType CursorType.LEFT_SIDE
           
static CursorType CursorType.LEFT_TEE
           
static CursorType CursorType.LEFTBUTTON
           
static CursorType CursorType.LL_ANGLE
           
static CursorType CursorType.LR_ANGLE
           
static CursorType CursorType.MAN
           
static CursorType CursorType.MIDDLEBUTTON
           
static CursorType CursorType.MOUSE
           
static CursorType CursorType.PENCIL
           
static CursorType CursorType.PIRATE
           
static CursorType CursorType.PLUS
           
static CursorType CursorType.QUESTION_ARROW
           
static CursorType CursorType.RIGHT_PTR
           
static CursorType CursorType.RIGHT_SIDE
           
static CursorType CursorType.RIGHT_TEE
           
static CursorType CursorType.RIGHTBUTTON
           
static CursorType CursorType.RTL_LOGO
           
static CursorType CursorType.SAILBOAT
           
static CursorType CursorType.SB_DOWN_ARROW
           
static CursorType CursorType.SB_H_DOUBLE_ARROW
           
static CursorType CursorType.SB_LEFT_ARROW
           
static CursorType CursorType.SB_RIGHT_ARROW
           
static CursorType CursorType.SB_UP_ARROW
           
static CursorType CursorType.SB_V_DOUBLE_ARROW
           
static CursorType CursorType.SHUTTLE
           
static CursorType CursorType.SIZING
           
static CursorType CursorType.SPIDER
           
static CursorType CursorType.SPARYCAN
           
static CursorType CursorType.STAR
           
static CursorType CursorType.TARGET
           
static CursorType CursorType.TCROSS
           
static CursorType CursorType.TOP_LEFT_ARROW
           
static CursorType CursorType.TOP_LEFT_CORNER
           
static CursorType CursorType.TOP_RIGHT_CORNER
           
static CursorType CursorType.TOP_SIDE
           
static CursorType CursorType.TOP_TEE
           
static CursorType CursorType.TREK
           
static CursorType CursorType.UL_ANGLE
           
static CursorType CursorType.UMBRELLA
           
static CursorType CursorType.UR_ANGLE
           
static CursorType CursorType.WATCH
           
static CursorType CursorType.XTERM
           
static CursorType CursorType.LAST_CURSOR
           
static CursorType CursorType.CURSOR_IS_PIXMAP
           
 

Methods in org.gnu.gdk that return CursorType
static CursorType CursorType.intern(int value)
           
 CursorType CursorType.or(CursorType other)
           
 CursorType CursorType.and(CursorType other)
           
 CursorType CursorType.xor(CursorType other)
           
 

Methods in org.gnu.gdk with parameters of type CursorType
 CursorType CursorType.or(CursorType other)
           
 CursorType CursorType.and(CursorType other)
           
 CursorType CursorType.xor(CursorType other)
           
 boolean CursorType.test(CursorType other)
           
 

Constructors in org.gnu.gdk with parameters of type CursorType
Cursor(CursorType ctype)
          Creates a new cursor from the set of builtin cursors.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net