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 intcChainCursorstatic intcDeleteCursorstatic intcFistCursorstatic intcHandCursorstatic intcHandPlusCursorstatic intcInvisibleCursorstatic intcLassoCursorstatic intcLassoPlusCursorstatic intcPointedHandCursorstatic intcPointerCursorstatic intcSelectRectCursorstatic intcSelectRectPlusCursorstatic intcTextCursorstatic intcZoomCursor
-
Constructor Summary
Constructors Constructor Description CursorHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.CursorcreateCursor(int cursor)static java.awt.CursorgetCursor(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
-
-