swingwt.awt
Class Cursor

java.lang.Object
  extended byswingwt.awt.Cursor

public class Cursor
extends java.lang.Object


Field Summary
static int CROSSHAIR_CURSOR
           
protected  org.eclipse.swt.graphics.Cursor cursor
           
static int DEFAULT_CURSOR
           
static int E_RESIZE_CURSOR
           
static int HAND_CURSOR
           
static int MOVE_CURSOR
           
static int N_RESIZE_CURSOR
           
static int NE_RESIZE_CURSOR
           
static int NW_RESIZE_CURSOR
           
static int S_RESIZE_CURSOR
           
static int SE_RESIZE_CURSOR
           
static int SW_RESIZE_CURSOR
           
static int TEXT_CURSOR
           
static int W_RESIZE_CURSOR
           
static int WAIT_CURSOR
           
 
Constructor Summary
Cursor(org.eclipse.swt.graphics.Cursor swtCursor)
           
Cursor(int type)
           
 
Method Summary
 void dispose()
           
protected  void finalize()
           
static Cursor getDefaultCursor()
           
 java.lang.String getName()
          FIXME: Real names - again I ask, does anyone use this???
static Cursor getPredefinedCursor(int type)
           
 org.eclipse.swt.graphics.Cursor getSWTCursor()
           
 int getType()
          FIXME: Genuine constants.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cursor

protected org.eclipse.swt.graphics.Cursor cursor

DEFAULT_CURSOR

public static final int DEFAULT_CURSOR
See Also:
Constant Field Values

CROSSHAIR_CURSOR

public static final int CROSSHAIR_CURSOR
See Also:
Constant Field Values

TEXT_CURSOR

public static final int TEXT_CURSOR
See Also:
Constant Field Values

WAIT_CURSOR

public static final int WAIT_CURSOR
See Also:
Constant Field Values

SW_RESIZE_CURSOR

public static final int SW_RESIZE_CURSOR
See Also:
Constant Field Values

SE_RESIZE_CURSOR

public static final int SE_RESIZE_CURSOR
See Also:
Constant Field Values

NW_RESIZE_CURSOR

public static final int NW_RESIZE_CURSOR
See Also:
Constant Field Values

NE_RESIZE_CURSOR

public static final int NE_RESIZE_CURSOR
See Also:
Constant Field Values

N_RESIZE_CURSOR

public static final int N_RESIZE_CURSOR
See Also:
Constant Field Values

S_RESIZE_CURSOR

public static final int S_RESIZE_CURSOR
See Also:
Constant Field Values

W_RESIZE_CURSOR

public static final int W_RESIZE_CURSOR
See Also:
Constant Field Values

E_RESIZE_CURSOR

public static final int E_RESIZE_CURSOR
See Also:
Constant Field Values

HAND_CURSOR

public static final int HAND_CURSOR
See Also:
Constant Field Values

MOVE_CURSOR

public static final int MOVE_CURSOR
See Also:
Constant Field Values
Constructor Detail

Cursor

public Cursor(org.eclipse.swt.graphics.Cursor swtCursor)

Cursor

public Cursor(int type)
Method Detail

getPredefinedCursor

public static Cursor getPredefinedCursor(int type)

getDefaultCursor

public static Cursor getDefaultCursor()

getSWTCursor

public org.eclipse.swt.graphics.Cursor getSWTCursor()

getType

public int getType()
FIXME: Genuine constants. Does anyone use these???


getName

public java.lang.String getName()
FIXME: Real names - again I ask, does anyone use this???


dispose

public void dispose()

finalize

protected void finalize()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable