|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.controls.ARCommandInfo
public class ARCommandInfo
COM Class 'ARCommandInfo'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriPublisherControls.olb'
Description 'ARCommandInfo object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.controls.IARCommandInfo |
---|
DISPID_1610743808_GET_NAME, DISPID_1610743809_GET_NAME, DISPID_1610743810_GET_NAME, DISPID_1610743811_GET_NAME, DISPID_1610743812_GET_NAME, DISPID_1610743813_GET_NAME, DISPID_1610743814_GET_NAME, DISPID_1610743815_GET_NAME, DISPID_1610743816_GET_NAME, DISPID_1610743817_GET_NAME, IID, IID92320009_383f_4fe1_b5b1_08d047eaeec3, xxDummy |
Constructor Summary | |
---|---|
ARCommandInfo(java.lang.Object obj)
Construct a ARCommandInfo using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getBitmap()
The bitmap used as an icon by the command. |
java.lang.String |
getCaption()
The caption of the command. |
java.lang.String |
getCategory()
The category the command is associated with. |
int |
getHelpContextID()
The help context ID associated with the command. |
java.lang.String |
getHelpFile()
The name of the help file associated with the command. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getMessage()
The message of the command. |
java.lang.String |
getName()
The name of the command. |
java.lang.String |
getTooltip()
The tooltip of the command. |
int |
hashCode()
the hashcode for this object |
boolean |
isChecked()
Indicates if the command is checked. |
boolean |
isEnabled()
Indicates if the command is enabled. |
void |
release()
Release a ARCommandInfo. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ARCommandInfo(java.lang.Object obj) throws java.io.IOException
obj
to ARCommandInfo
. *
ARCommandInfo o = (ARCommandInfo)obj; // will not work
ARCommandInfo o = new ARCommandInfo(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ARCommandInfo theARCommandInfo = (ARCommandInfo) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isEnabled() throws java.io.IOException, AutomationException
isEnabled
in interface IARCommandInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isChecked() throws java.io.IOException, AutomationException
isChecked
in interface IARCommandInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IARCommandInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCaption() throws java.io.IOException, AutomationException
getCaption
in interface IARCommandInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTooltip() throws java.io.IOException, AutomationException
getTooltip
in interface IARCommandInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMessage() throws java.io.IOException, AutomationException
getMessage
in interface IARCommandInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getHelpFile() throws java.io.IOException, AutomationException
getHelpFile
in interface IARCommandInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHelpContextID() throws java.io.IOException, AutomationException
getHelpContextID
in interface IARCommandInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBitmap() throws java.io.IOException, AutomationException
getBitmap
in interface IARCommandInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCategory() throws java.io.IOException, AutomationException
getCategory
in interface IARCommandInfo
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 |