com.esri.arcgis.framework
Interface IMouseCursor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMouseCursorProxy, MouseCursor

public interface IMouseCursor
extends java.io.Serializable

COM Interface 'IMouseCursor'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that set the system cursor.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf91752ef_3339_482f_ad92_4b752c98e744
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setCursor(java.lang.Object cursorID)
          Sets the application's cursor to cursor id or picture object specified by cursorID.
 

Field Detail

IIDf91752ef_3339_482f_ad92_4b752c98e744

static final int IIDf91752ef_3339_482f_ad92_4b752c98e744
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCursor

void setCursor(java.lang.Object cursorID)
               throws java.io.IOException,
                      AutomationException
Sets the application's cursor to cursor id or picture object specified by cursorID. The cursor is automatically reset when the MouseCursor instance is released.

Parameters:
cursorID - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.