All Packages Class Hierarchy This Package Previous Next Index
Class dtai.gwt.GadgetCursor
java.lang.Object
|
+----dtai.gwt.GadgetCursor
- public class GadgetCursor
- extends Object
A class to encapsulate the cursor.
- See Also:
- setCursor
-
CROSSHAIR_CURSOR
-
-
DEFAULT_CURSOR
-
-
E_RESIZE_CURSOR
-
-
HAND_CURSOR
-
-
MOVE_CURSOR
-
-
N_RESIZE_CURSOR
-
-
NE_RESIZE_CURSOR
-
-
NW_RESIZE_CURSOR
-
-
predefined
-
-
S_RESIZE_CURSOR
-
-
SE_RESIZE_CURSOR
-
-
SW_RESIZE_CURSOR
-
-
TEXT_CURSOR
-
-
W_RESIZE_CURSOR
-
-
WAIT_CURSOR
-
-
GadgetCursor(int)
-
-
getDefaultCursor()
-
-
getPredefinedCursor(int)
-
-
getType()
-
DEFAULT_CURSOR
public static final int DEFAULT_CURSOR
CROSSHAIR_CURSOR
public static final int CROSSHAIR_CURSOR
TEXT_CURSOR
public static final int TEXT_CURSOR
WAIT_CURSOR
public static final int WAIT_CURSOR
SW_RESIZE_CURSOR
public static final int SW_RESIZE_CURSOR
SE_RESIZE_CURSOR
public static final int SE_RESIZE_CURSOR
NW_RESIZE_CURSOR
public static final int NW_RESIZE_CURSOR
NE_RESIZE_CURSOR
public static final int NE_RESIZE_CURSOR
N_RESIZE_CURSOR
public static final int N_RESIZE_CURSOR
S_RESIZE_CURSOR
public static final int S_RESIZE_CURSOR
W_RESIZE_CURSOR
public static final int W_RESIZE_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
predefined
protected static GadgetCursor predefined[]
GadgetCursor
public GadgetCursor(int type)
getPredefinedCursor
public static GadgetCursor getPredefinedCursor(int type)
getDefaultCursor
public static GadgetCursor getDefaultCursor()
getType
public int getType()
All Packages Class Hierarchy This Package Previous Next Index