|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.TemplateEditorDialog
public class TemplateEditorDialog
Controls the Email Alert's template properties dialog.
| Constructor Summary | |
|---|---|
TemplateEditorDialog()
Constructs a TemplateEditorDialog using ArcGIS Engine. |
|
TemplateEditorDialog(Object obj)
Construct a TemplateEditorDialog using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IMessageTemplate |
getTemplate(String name)
The specific message template corresponding to the specified name. |
String[] |
getTemplateList()
List of message templates available. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isInsertFileButton()
Show the insert file button to allow browsing to a file. |
void |
loadStorage(IStorage rootStorage)
Load the relevant information from storage into memory. |
void |
saveStorage(IStorage rootStorage)
Save the relevant information from memory into storage. |
void |
setAction(IAction rhs1)
Server or Service Action whose action's message template is to be reviewed or edited. |
void |
setInsertFileButton(boolean showInsertFile)
Show the insert file button to allow browsing to a file. |
void |
setServerConnection(IServerConnection rhs1)
Server connection for obtaining the service Dataset Definition ID |
void |
showDialog(String[] selectedTemplate)
Displays the template properties dialog for review or edit. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public TemplateEditorDialog()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TemplateEditorDialog(Object obj)
throws IOException
obj to TemplateEditorDialog.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
TemplateEditorDialog theTemplateEditorDialog = (TemplateEditorDialog) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setServerConnection(IServerConnection rhs1)
throws IOException,
AutomationException
setServerConnection in interface ITemplateEditorDialogrhs1 - A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAction(IAction rhs1)
throws IOException,
AutomationException
setAction in interface ITemplateEditorDialogrhs1 - A reference to a com.esri.arcgis.carto.IAction (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadStorage(IStorage rootStorage)
throws IOException,
AutomationException
loadStorage in interface ITemplateEditorDialogrootStorage - A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveStorage(IStorage rootStorage)
throws IOException,
AutomationException
saveStorage in interface ITemplateEditorDialogrootStorage - A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void showDialog(String[] selectedTemplate)
throws IOException,
AutomationException
showDialog in interface ITemplateEditorDialogselectedTemplate - The selectedTemplate (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String[] getTemplateList()
throws IOException,
AutomationException
getTemplateList in interface ITemplateEditorDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMessageTemplate getTemplate(String name)
throws IOException,
AutomationException
getTemplate in interface ITemplateEditorDialogname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInsertFileButton(boolean showInsertFile)
throws IOException,
AutomationException
setInsertFileButton in interface ITemplateEditorDialog2showInsertFile - The showInsertFile (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInsertFileButton()
throws IOException,
AutomationException
isInsertFileButton in interface ITemplateEditorDialog2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||