|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.controls.ARCommandInfo
ARCommandInfo object.
| 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 |
IARCommandInfo |
getAsIARCommandInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
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. |
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. |
| 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
ARCommandInfo theARCommandInfo = (ARCommandInfo) obj;
java.io.IOException - if there are interop problems| Method Detail |
public IARCommandInfo getAsIARCommandInfo()
public boolean equals(java.lang.Object o)
public int hashCode()
public boolean isEnabled()
throws java.io.IOException,
AutomationException
IARCommandInfo
isEnabled in interface IARCommandInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isChecked()
throws java.io.IOException,
AutomationException
IARCommandInfo
isChecked in interface IARCommandInfoAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IARCommandInfo
getName in interface IARCommandInfoAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getCaption()
throws java.io.IOException,
AutomationException
IARCommandInfo
getCaption in interface IARCommandInfoAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getTooltip()
throws java.io.IOException,
AutomationException
IARCommandInfo
getTooltip in interface IARCommandInfoAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getMessage()
throws java.io.IOException,
AutomationException
IARCommandInfo
getMessage in interface IARCommandInfoAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getHelpFile()
throws java.io.IOException,
AutomationException
IARCommandInfo
getHelpFile in interface IARCommandInfoAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getHelpContextID()
throws java.io.IOException,
AutomationException
IARCommandInfo
getHelpContextID in interface IARCommandInfoAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getBitmap()
throws java.io.IOException,
AutomationException
IARCommandInfo
getBitmap in interface IARCommandInfojava.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
IARCommandInfo
getCategory in interface IARCommandInfojava.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 | |||||||||