|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.NgCommand
public class NgCommand
Command object.
| Constructor Summary | |
|---|---|
NgCommand()
Constructs a NgCommand using ArcGIS Engine. |
|
NgCommand(Object obj)
Construct a NgCommand using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
execute()
Executes the command. |
static String |
getClsid()
getClsid. |
String |
getName()
Name of the command. |
String |
getParameter()
Parameters for the command. |
String |
getStatusText()
Status bar description for the command. |
String |
getToolTipText()
Description of the command in the button-related tootip. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isChecked()
Indicates if the command has been executed. |
boolean |
isEnabled()
Indicates if the command is enabled. |
void |
setName(String pVal)
Name of the command. |
void |
setParameter(String pVal)
Parameters for the command. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public NgCommand()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public NgCommand(Object obj)
throws IOException
obj to NgCommand.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
NgCommand theNgCommand = (NgCommand) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface INgCommandIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface INgCommandpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getParameter()
throws IOException,
AutomationException
getParameter in interface INgCommandIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParameter(String pVal)
throws IOException,
AutomationException
setParameter in interface INgCommandpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getStatusText()
throws IOException,
AutomationException
getStatusText in interface INgCommandIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getToolTipText()
throws IOException,
AutomationException
getToolTipText in interface INgCommandIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void execute()
throws IOException,
AutomationException
execute in interface INgCommandIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isChecked()
throws IOException,
AutomationException
isChecked in interface INgCommandIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgBehavior
public boolean isEnabled()
throws IOException,
AutomationException
isEnabled in interface INgCommandIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||