Package com.actelion.research.util
Class CursorHelper
- java.lang.Object
-
- com.actelion.research.util.CursorHelper
-
public class CursorHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
cChainCursor
static int
cDeleteCursor
static int
cFistCursor
static int
cHandCursor
static int
cHandPlusCursor
static int
cInvisibleCursor
static int
cLassoCursor
static int
cLassoPlusCursor
static int
cPointedHandCursor
static int
cPointerCursor
static int
cSelectRectCursor
static int
cSelectRectPlusCursor
static int
cTextCursor
static int
cZoomCursor
-
Constructor Summary
Constructors Constructor Description CursorHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.Cursor
createCursor(int cursor)
static java.awt.Cursor
getCursor(int cursor)
-
-
-
Field Detail
-
cChainCursor
public static final int cChainCursor
- See Also:
- Constant Field Values
-
cDeleteCursor
public static final int cDeleteCursor
- See Also:
- Constant Field Values
-
cHandCursor
public static final int cHandCursor
- See Also:
- Constant Field Values
-
cHandPlusCursor
public static final int cHandPlusCursor
- See Also:
- Constant Field Values
-
cFistCursor
public static final int cFistCursor
- See Also:
- Constant Field Values
-
cLassoCursor
public static final int cLassoCursor
- See Also:
- Constant Field Values
-
cLassoPlusCursor
public static final int cLassoPlusCursor
- See Also:
- Constant Field Values
-
cSelectRectCursor
public static final int cSelectRectCursor
- See Also:
- Constant Field Values
-
cSelectRectPlusCursor
public static final int cSelectRectPlusCursor
- See Also:
- Constant Field Values
-
cZoomCursor
public static final int cZoomCursor
- See Also:
- Constant Field Values
-
cInvisibleCursor
public static final int cInvisibleCursor
- See Also:
- Constant Field Values
-
cPointerCursor
public static final int cPointerCursor
- See Also:
- Constant Field Values
-
cTextCursor
public static final int cTextCursor
- See Also:
- Constant Field Values
-
cPointedHandCursor
public static final int cPointedHandCursor
- See Also:
- Constant Field Values
-
-