|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemMouseCursor
COM Interface 'ISystemMouseCursor'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'
Description: 'Provides access to members that load and get mouse 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 |
IID623bf41c_3e34_4586_a729_c2e34cbe8fa9
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getCursor()
Currently loaded mouse cursor. |
void |
load(int mouseCursorType)
Loads system provided mouse cursor. |
void |
loadFromFile(java.lang.String fileName)
Loads mouse cursor from file. |
void |
setCursor(int mouseCursor)
Currently loaded mouse cursor. |
Field Detail |
---|
static final int IID623bf41c_3e34_4586_a729_c2e34cbe8fa9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void load(int mouseCursorType) throws java.io.IOException, AutomationException
mouseCursorType
- A com.esri.arcgis.systemUI.esriSystemMouseCursor constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromFile(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCursor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCursor(int mouseCursor) throws java.io.IOException, AutomationException
mouseCursor
- The mouseCursor (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |