com.esri.arcgis.trackinganalyst
Interface ITemplateEditorDialog2

All Superinterfaces:
ITemplateEditorDialog, java.io.Serializable
All Known Implementing Classes:
ITemplateEditorDialog2Proxy, TemplateEditorDialog

public interface ITemplateEditorDialog2
extends ITemplateEditorDialog, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf40f8e0e_bc19_40b4_b53b_839d6ab883e8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITemplateEditorDialog
IID3ddd8dd5_564f_44bd_ba23_cc952ef399e3
 
Method Summary
 boolean isInsertFileButton()
          Show the insert file button to allow browsing to a file.
 void setInsertFileButton(boolean showInsertFile)
          Show the insert file button to allow browsing to a file.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemplateEditorDialog
getTemplate, getTemplateList, loadStorage, saveStorage, setAction, setServerConnection, showDialog
 

Field Detail

IIDf40f8e0e_bc19_40b4_b53b_839d6ab883e8

static final int IIDf40f8e0e_bc19_40b4_b53b_839d6ab883e8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setInsertFileButton

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

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

isInsertFileButton

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

Returns:
The showInsertFile
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.