|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEToolbox2
Provides access to properties/methods of a toolbox data element object.
Method Summary | |
---|---|
String |
getDisplayName()
The display name of the toolbox. |
int |
getHelpContext()
The context identifier of the topic within the help file for this toolbox. |
String |
getHelpFile()
The name of the (CHM) file containing help information for this toolbox. |
void |
setDisplayName(String displayName)
The display name of the toolbox. |
void |
setHelpContext(int context)
The context identifier of the topic within the help file for this toolbox. |
void |
setHelpFile(String file)
The name of the (CHM) file containing help information for this toolbox. |
Methods inherited from interface com.esri.arcgis.geoprocessing.IDEToolbox |
---|
getAlias, setAlias |
Method Detail |
---|
String getDisplayName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayName(String displayName) throws IOException, AutomationException
displayName
- The displayName (in)
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.void setHelpFile(String file) throws IOException, AutomationException
file
- The file (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHelpContext() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHelpContext(int context) throws IOException, AutomationException
context
- The context (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 |