|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geoprocessing.IGPToolNameProxy
Description: 'Provides access to methods on a tool name object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IGPToolNameProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.geoprocessing.IGPToolName |
|---|
IID, IID3cabeaaf_91a8_4c02_aa2f_95c9e01d1682 |
| Constructor Summary | |
|---|---|
|
IGPToolNameProxy()
Deprecated. For internal use only |
|
IGPToolNameProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPToolNameProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPToolNameProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPToolNameProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getDescription()
Deprecated. The description of the tool name object. |
IUID |
getDialogCLSID()
Deprecated. The CLSID of the dialog object of the tool name. |
java.lang.String |
getDisplayName()
Deprecated. The display name of the tool name object. |
IGPToolboxName |
getToolboxName()
Deprecated. The toolbox name of the tool name. |
java.lang.String |
getToolCategory()
Deprecated. The category of the tool name object. |
int |
getToolType()
Deprecated. The tool type of the tool name. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDescription(java.lang.String description)
Deprecated. The description of the tool name object. |
void |
setDialogCLSIDByRef(IUID ppClsid)
Deprecated. The CLSID of the dialog object of the tool name. |
void |
setDisplayName(java.lang.String name)
Deprecated. The display name of the tool name object. |
void |
setToolboxNameByRef(IGPToolboxName toolboxName)
Deprecated. The toolbox name of the tool name. |
void |
setToolCategory(java.lang.String path)
Deprecated. The category of the tool name object. |
void |
setToolType(int type)
Deprecated. The tool type of the tool name. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGPToolNameProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IGPToolNameProxy()
public IGPToolNameProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPToolNameProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPToolNameProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface IGPToolNamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayName(java.lang.String name)
throws java.io.IOException,
AutomationException
setDisplayName in interface IGPToolNamename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IGPToolNamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(java.lang.String description)
throws java.io.IOException,
AutomationException
setDescription in interface IGPToolNamedescription - The description (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getToolCategory()
throws java.io.IOException,
AutomationException
getToolCategory in interface IGPToolNamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToolCategory(java.lang.String path)
throws java.io.IOException,
AutomationException
setToolCategory in interface IGPToolNamepath - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getToolType()
throws java.io.IOException,
AutomationException
getToolType in interface IGPToolNamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToolType(int type)
throws java.io.IOException,
AutomationException
setToolType in interface IGPToolNametype - A com.esri.arcgis.geoprocessing.esriGPToolType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPToolboxName getToolboxName()
throws java.io.IOException,
AutomationException
getToolboxName in interface IGPToolNamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToolboxNameByRef(IGPToolboxName toolboxName)
throws java.io.IOException,
AutomationException
setToolboxNameByRef in interface IGPToolNametoolboxName - A reference to a com.esri.arcgis.geoprocessing.IGPToolboxName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getDialogCLSID()
throws java.io.IOException,
AutomationException
getDialogCLSID in interface IGPToolNamejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDialogCLSIDByRef(IUID ppClsid)
throws java.io.IOException,
AutomationException
setDialogCLSIDByRef in interface IGPToolNameppClsid - A reference to a com.esri.arcgis.system.IUID (in)
java.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 | ||||||||