StarOffice 5.2 API
reverse engineered by classdoc

java.awt
Class Cursor

java.lang.Object
  |
  +--java.awt.Cursor
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
com.sun.star.comp.jawt.peer.Cursor

public synchronized class Cursor
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int CROSSHAIR_CURSOR
           
static int DEFAULT_CURSOR
           
static int E_RESIZE_CURSOR
           
static int HAND_CURSOR
           
static int MOVE_CURSOR
           
static int NE_RESIZE_CURSOR
           
static int NW_RESIZE_CURSOR
           
static int N_RESIZE_CURSOR
           
static int SE_RESIZE_CURSOR
           
static int SW_RESIZE_CURSOR
           
static int S_RESIZE_CURSOR
           
static int TEXT_CURSOR
           
static int WAIT_CURSOR
           
static int W_RESIZE_CURSOR
           
protected static java.awt.Cursor[] predefined
           
private static long serialVersionUID
           
(package private)  int type
           
 
Constructor Summary
Cursor(int i)
           
 
Method Summary
static java.awt.Cursor getDefaultCursor()
           
static java.awt.Cursor getPredefinedCursor(int i)
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CROSSHAIR_CURSOR

public static final int CROSSHAIR_CURSOR

DEFAULT_CURSOR

public static final int DEFAULT_CURSOR

E_RESIZE_CURSOR

public static final int E_RESIZE_CURSOR

HAND_CURSOR

public static final int HAND_CURSOR

MOVE_CURSOR

public static final int MOVE_CURSOR

NE_RESIZE_CURSOR

public static final int NE_RESIZE_CURSOR

NW_RESIZE_CURSOR

public static final int NW_RESIZE_CURSOR

N_RESIZE_CURSOR

public static final int N_RESIZE_CURSOR

SE_RESIZE_CURSOR

public static final int SE_RESIZE_CURSOR

SW_RESIZE_CURSOR

public static final int SW_RESIZE_CURSOR

S_RESIZE_CURSOR

public static final int S_RESIZE_CURSOR

TEXT_CURSOR

public static final int TEXT_CURSOR

WAIT_CURSOR

public static final int WAIT_CURSOR

W_RESIZE_CURSOR

public static final int W_RESIZE_CURSOR

predefined

protected static java.awt.Cursor[] predefined

serialVersionUID

private static final long serialVersionUID

type

int type
Constructor Detail

Cursor

public Cursor(int i)
Method Detail

getDefaultCursor

public static java.awt.Cursor getDefaultCursor()

getPredefinedCursor

public static java.awt.Cursor getPredefinedCursor(int i)

getType

public int getType()

StarOffice 5.2 API
reverse engineered by classdoc