|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPToolName
Provides access to methods on a tool name object.
Method Summary | |
---|---|
String |
getDescription()
The description of the tool name object. |
IUID |
getDialogCLSID()
The CLSID of the dialog object of the tool name. |
String |
getDisplayName()
The display name of the tool name object. |
IGPToolboxName |
getToolboxName()
The toolbox name of the tool name. |
String |
getToolCategory()
The category of the tool name object. |
int |
getToolType()
The tool type of the tool name. |
void |
setDescription(String description)
The description of the tool name object. |
void |
setDialogCLSIDByRef(IUID ppClsid)
The CLSID of the dialog object of the tool name. |
void |
setDisplayName(String name)
The display name of the tool name object. |
void |
setToolboxNameByRef(IGPToolboxName toolboxName)
The toolbox name of the tool name. |
void |
setToolCategory(String path)
The category of the tool name object. |
void |
setToolType(int type)
The tool type of the tool name. |
Method Detail |
---|
String getDisplayName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String description) throws IOException, AutomationException
description
- The description (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getToolCategory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolCategory(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getToolType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geoprocessing.esriGPToolType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPToolboxName getToolboxName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToolboxNameByRef(IGPToolboxName toolboxName) throws IOException, AutomationException
toolboxName
- A reference to a com.esri.arcgis.geoprocessing.IGPToolboxName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getDialogCLSID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDialogCLSIDByRef(IUID ppClsid) throws IOException, AutomationException
ppClsid
- A reference to a com.esri.arcgis.system.IUID (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 |