com.esri.arcgis.systemUI
Interface esriSystemMouseCursor

All Superinterfaces:
Serializable

public interface esriSystemMouseCursor
extends Serializable

Mouse cursor options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriSystemMouseCursorArrow
          Standard arrow.
static int esriSystemMouseCursorArrowHourglass
          Standard arrow and small hourglass.
static int esriSystemMouseCursorArrowQuestion
          Arrow and question mark.
static int esriSystemMouseCursorCrosshair
          Crosshair.
static int esriSystemMouseCursorDefault
          Default pointer, same as arrow.
static int esriSystemMouseCursorHand
          Hand, closed hand with index finger pointing vertically.
static int esriSystemMouseCursorHotLink
          Hot-Link, lightening strike.
static int esriSystemMouseCursorHourglass
          Hourglass, wait cursor.
static int esriSystemMouseCursorIBeam
          I-Beam.
static int esriSystemMouseCursorIcon
          Icon.
static int esriSystemMouseCursorIdentify
          Identify, arrow with information symbol.
static int esriSystemMouseCursorLabel
          Label, arrow with letter A.
static int esriSystemMouseCursorNoDrop
          Circle with slash through it or a no entry sign.
static int esriSystemMouseCursorPagePan
          Page pan, open hand with page symbol.
static int esriSystemMouseCursorPagePanning
          Page pan, closed hand with page symbol.
static int esriSystemMouseCursorPageZoomIn
          Page zoom In, magnifying glass with plus sign and a small page.
static int esriSystemMouseCursorPageZoomOut
          Page zoom out, magnifying glass with minus sign and a small page.
static int esriSystemMouseCursorPan
          Pan, a hand.
static int esriSystemMouseCursorPanning
          Panning, a clenched hand.
static int esriSystemMouseCursorPencil
          Pencil.
static int esriSystemMouseCursorSize
          Size, four-pointed arrow pointing north, south, east and west.
static int esriSystemMouseCursorSizeAll
          Size all, a four-pointed arrow pointing north, south, east and west.
static int esriSystemMouseCursorSizeNESW
          Size NE-SW, double arrow pointing north-east and south-west.
static int esriSystemMouseCursorSizeNS
          Size N-S, double arrow pointing north and south.
static int esriSystemMouseCursorSizeNWSE
          Size NW-SE, double arrow pointing north-west and south-east.
static int esriSystemMouseCursorSizeWE
          Size W-E, double arrow pointing west and east.
static int esriSystemMouseCursorUpArrow
          Arrow pointing vertically up.
static int esriSystemMouseCursorZoom
          Zoom, a magnifying glass.
static int esriSystemMouseCursorZoomIn
          Zoom in, a magnifying glass with a plus sign.
static int esriSystemMouseCursorZoomOut
          Zoom out, a magnifying glass with a minus sign.
 

Field Detail

esriSystemMouseCursorDefault

static final int esriSystemMouseCursorDefault
Default pointer, same as arrow.

See Also:
Constant Field Values

esriSystemMouseCursorArrow

static final int esriSystemMouseCursorArrow
Standard arrow.

See Also:
Constant Field Values

esriSystemMouseCursorCrosshair

static final int esriSystemMouseCursorCrosshair
Crosshair.

See Also:
Constant Field Values

esriSystemMouseCursorIBeam

static final int esriSystemMouseCursorIBeam
I-Beam.

See Also:
Constant Field Values

esriSystemMouseCursorIcon

static final int esriSystemMouseCursorIcon
Icon.

See Also:
Constant Field Values

esriSystemMouseCursorSize

static final int esriSystemMouseCursorSize
Size, four-pointed arrow pointing north, south, east and west.

See Also:
Constant Field Values

esriSystemMouseCursorSizeNESW

static final int esriSystemMouseCursorSizeNESW
Size NE-SW, double arrow pointing north-east and south-west.

See Also:
Constant Field Values

esriSystemMouseCursorSizeNS

static final int esriSystemMouseCursorSizeNS
Size N-S, double arrow pointing north and south.

See Also:
Constant Field Values

esriSystemMouseCursorSizeNWSE

static final int esriSystemMouseCursorSizeNWSE
Size NW-SE, double arrow pointing north-west and south-east.

See Also:
Constant Field Values

esriSystemMouseCursorSizeWE

static final int esriSystemMouseCursorSizeWE
Size W-E, double arrow pointing west and east.

See Also:
Constant Field Values

esriSystemMouseCursorUpArrow

static final int esriSystemMouseCursorUpArrow
Arrow pointing vertically up.

See Also:
Constant Field Values

esriSystemMouseCursorHourglass

static final int esriSystemMouseCursorHourglass
Hourglass, wait cursor.

See Also:
Constant Field Values

esriSystemMouseCursorNoDrop

static final int esriSystemMouseCursorNoDrop
Circle with slash through it or a no entry sign.

See Also:
Constant Field Values

esriSystemMouseCursorArrowHourglass

static final int esriSystemMouseCursorArrowHourglass
Standard arrow and small hourglass.

See Also:
Constant Field Values

esriSystemMouseCursorArrowQuestion

static final int esriSystemMouseCursorArrowQuestion
Arrow and question mark.

See Also:
Constant Field Values

esriSystemMouseCursorSizeAll

static final int esriSystemMouseCursorSizeAll
Size all, a four-pointed arrow pointing north, south, east and west.

See Also:
Constant Field Values

esriSystemMouseCursorZoom

static final int esriSystemMouseCursorZoom
Zoom, a magnifying glass.

See Also:
Constant Field Values

esriSystemMouseCursorZoomIn

static final int esriSystemMouseCursorZoomIn
Zoom in, a magnifying glass with a plus sign.

See Also:
Constant Field Values

esriSystemMouseCursorZoomOut

static final int esriSystemMouseCursorZoomOut
Zoom out, a magnifying glass with a minus sign.

See Also:
Constant Field Values

esriSystemMouseCursorPan

static final int esriSystemMouseCursorPan
Pan, a hand.

See Also:
Constant Field Values

esriSystemMouseCursorPanning

static final int esriSystemMouseCursorPanning
Panning, a clenched hand.

See Also:
Constant Field Values

esriSystemMouseCursorIdentify

static final int esriSystemMouseCursorIdentify
Identify, arrow with information symbol.

See Also:
Constant Field Values

esriSystemMouseCursorLabel

static final int esriSystemMouseCursorLabel
Label, arrow with letter A.

See Also:
Constant Field Values

esriSystemMouseCursorHotLink

static final int esriSystemMouseCursorHotLink
Hot-Link, lightening strike.

See Also:
Constant Field Values

esriSystemMouseCursorPencil

static final int esriSystemMouseCursorPencil
Pencil.

See Also:
Constant Field Values

esriSystemMouseCursorHand

static final int esriSystemMouseCursorHand
Hand, closed hand with index finger pointing vertically.

See Also:
Constant Field Values

esriSystemMouseCursorPageZoomIn

static final int esriSystemMouseCursorPageZoomIn
Page zoom In, magnifying glass with plus sign and a small page.

See Also:
Constant Field Values

esriSystemMouseCursorPageZoomOut

static final int esriSystemMouseCursorPageZoomOut
Page zoom out, magnifying glass with minus sign and a small page.

See Also:
Constant Field Values

esriSystemMouseCursorPagePan

static final int esriSystemMouseCursorPagePan
Page pan, open hand with page symbol.

See Also:
Constant Field Values

esriSystemMouseCursorPagePanning

static final int esriSystemMouseCursorPagePanning
Page pan, closed hand with page symbol.

See Also:
Constant Field Values