com.esri.arcgis.trackinganalyst
Class ITemplateEditorDialog2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.ITemplateEditorDialogProxy
          extended by com.esri.arcgis.trackinganalyst.ITemplateEditorDialog2Proxy
All Implemented Interfaces:
ITemplateEditorDialog, ITemplateEditorDialog2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ITemplateEditorDialog2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides the dialog to access and edit message templates used for message bodies for actions.' 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 ITemplateEditorDialog2Proxy
extends ITemplateEditorDialogProxy
implements ITemplateEditorDialog2, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.trackinganalyst.ITemplateEditorDialog2
IID, IIDf40f8e0e_bc19_40b4_b53b_839d6ab883e8
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITemplateEditorDialog
IID3ddd8dd5_564f_44bd_ba23_cc952ef399e3
 
Constructor Summary
  ITemplateEditorDialog2Proxy()
          Deprecated. For internal use only
  ITemplateEditorDialog2Proxy(java.lang.Object obj)
          Deprecated.  
protected ITemplateEditorDialog2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITemplateEditorDialog2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITemplateEditorDialog2Proxy(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.  
 boolean isInsertFileButton()
          Deprecated. Show the insert file button to allow browsing to a file.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setInsertFileButton(boolean showInsertFile)
          Deprecated. Show the insert file button to allow browsing to a file.
 
Methods inherited from class com.esri.arcgis.trackinganalyst.ITemplateEditorDialogProxy
getTemplate, getTemplateList, loadStorage, saveStorage, setAction, setServerConnection, showDialog
 
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
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemplateEditorDialog
getTemplate, getTemplateList, loadStorage, saveStorage, setAction, setServerConnection, showDialog
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITemplateEditorDialog2Proxy

public ITemplateEditorDialog2Proxy(java.lang.String CLSID,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.net.UnknownHostException,
                                   java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITemplateEditorDialog2Proxy

public ITemplateEditorDialog2Proxy()
Deprecated. 
For internal use only


ITemplateEditorDialog2Proxy

public ITemplateEditorDialog2Proxy(java.lang.Object obj)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemplateEditorDialog2Proxy

protected ITemplateEditorDialog2Proxy(java.lang.Object obj,
                                      java.lang.String iid)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemplateEditorDialog2Proxy

protected ITemplateEditorDialog2Proxy(java.lang.String CLSID,
                                      java.lang.String iid,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class ITemplateEditorDialogProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class ITemplateEditorDialogProxy
Throws:
java.io.IOException

setInsertFileButton

public void setInsertFileButton(boolean showInsertFile)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Show the insert file button to allow browsing to a file.

Specified by:
setInsertFileButton in interface ITemplateEditorDialog2
Parameters:
showInsertFile - The showInsertFile (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInsertFileButton

public boolean isInsertFileButton()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Show the insert file button to allow browsing to a file.

Specified by:
isInsertFileButton in interface ITemplateEditorDialog2
Returns:
The showInsertFile
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.