|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcToolboxTool
Provides access to members that control the Toolbox tools.
| Method Summary | |
|---|---|
void |
execute(Object inputData)
Run the tool. |
Picture |
getBitmap()
The bitmap that is used as the icon for this tool. |
int |
getHelpContextID()
The help context ID associated with this tool. |
String |
getHelpFile()
The name of the help file associated with this tool. |
String |
getMessage()
The description for this tool. |
int |
getModality()
The modality for the tool. |
String |
getName()
The name of this tool. |
String |
getTreeviewLocation()
The location of the tool in the treeview. |
void |
onCreate(Object hook)
Occurs when this tool is created. |
void |
setModality(int dialogModality)
The modality for the tool. |
| Method Detail |
|---|
void setModality(int dialogModality)
throws IOException,
AutomationException
dialogModality - A com.esri.arcgis.framework.esriATModality constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getModality()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getMessage()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getHelpFile()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHelpContextID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Picture getBitmap()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTreeviewLocation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onCreate(Object hook)
throws IOException,
AutomationException
hook - A reference to another Automation Object (IDispatch) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void execute(Object inputData)
throws IOException,
AutomationException
inputData - A Variant (in, optional, pass null if not required)
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 | ||||||||