Interface ICursor
-
public interface ICursor
Project: User: rufenec Date: 11/24/2014 Time: 3:21 PM
-
-
Field Summary
Fields Modifier and Type Field Description static int
CROSSHAIR
static int
DEFAULT
static int
MAX_DEFAULT_CURSOR
static int
SE_RESIZE
static int
TOOL_CHAINCURSOR
static int
TOOL_CTEXTCURSOR
static int
TOOL_CURSOR_BASE
static int
TOOL_DELETECURSOR
static int
TOOL_FISTCURSOR
static int
TOOL_HANDCURSOR
static int
TOOL_HANDPLUSCURSOR
static int
TOOL_LASSOCURSOR
static int
TOOL_LASSOPLUSCURSOR
static int
TOOL_POINTERCURSOR
static int
TOOL_SELECTRECTCURSOR
static int
TOOL_SELECTRECTPLUSCURSOR
static int
TOOL_ZOOMCURSOR
-
-
-
Field Detail
-
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
-
SE_RESIZE
static final int SE_RESIZE
- See Also:
- Constant Field Values
-
CROSSHAIR
static final int CROSSHAIR
- See Also:
- Constant Field Values
-
MAX_DEFAULT_CURSOR
static final int MAX_DEFAULT_CURSOR
- See Also:
- Constant Field Values
-
TOOL_CURSOR_BASE
static final int TOOL_CURSOR_BASE
- See Also:
- Constant Field Values
-
TOOL_CHAINCURSOR
static final int TOOL_CHAINCURSOR
- See Also:
- Constant Field Values
-
TOOL_DELETECURSOR
static final int TOOL_DELETECURSOR
- See Also:
- Constant Field Values
-
TOOL_HANDCURSOR
static final int TOOL_HANDCURSOR
- See Also:
- Constant Field Values
-
TOOL_HANDPLUSCURSOR
static final int TOOL_HANDPLUSCURSOR
- See Also:
- Constant Field Values
-
TOOL_FISTCURSOR
static final int TOOL_FISTCURSOR
- See Also:
- Constant Field Values
-
TOOL_LASSOCURSOR
static final int TOOL_LASSOCURSOR
- See Also:
- Constant Field Values
-
TOOL_LASSOPLUSCURSOR
static final int TOOL_LASSOPLUSCURSOR
- See Also:
- Constant Field Values
-
TOOL_SELECTRECTCURSOR
static final int TOOL_SELECTRECTCURSOR
- See Also:
- Constant Field Values
-
TOOL_SELECTRECTPLUSCURSOR
static final int TOOL_SELECTRECTPLUSCURSOR
- See Also:
- Constant Field Values
-
TOOL_ZOOMCURSOR
static final int TOOL_ZOOMCURSOR
- See Also:
- Constant Field Values
-
TOOL_POINTERCURSOR
static final int TOOL_POINTERCURSOR
- See Also:
- Constant Field Values
-
TOOL_CTEXTCURSOR
static final int TOOL_CTEXTCURSOR
- See Also:
- Constant Field Values
-
-