swingwt.awt
Class Cursor
java.lang.Object
swingwt.awt.Cursor
- public class Cursor
- extends java.lang.Object
Constructor Summary |
Cursor(org.eclipse.swt.graphics.Cursor swtCursor)
|
Cursor(int type)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Cursor
public Cursor(org.eclipse.swt.graphics.Cursor swtCursor)
Cursor
public Cursor(int type)
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