|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.ITemplateEditorDialogProxy
public class ITemplateEditorDialogProxy
Provides the dialog to access and edit message templates used for message bodies for actions.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ITemplateEditorDialogProxy()
|
|
ITemplateEditorDialogProxy(Object obj)
|
protected |
ITemplateEditorDialogProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IMessageTemplate |
getTemplate(String name)
The specific message template corresponding to the specified name. |
String[] |
getTemplateList()
List of message templates available. |
void |
loadStorage(IStorage rootStorage)
Load the relevant information from storage into memory. |
void |
removeListener(String iidStr,
Object theListener)
|
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 |
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 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 boolean noncastable
Constructor Detail |
---|
public ITemplateEditorDialogProxy()
public ITemplateEditorDialogProxy(Object obj) throws IOException
IOException
protected ITemplateEditorDialogProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setServerConnection(IServerConnection rhs1) throws IOException, AutomationException
setServerConnection
in interface ITemplateEditorDialog
rhs1
- 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 ITemplateEditorDialog
rhs1
- 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 ITemplateEditorDialog
rootStorage
- 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 ITemplateEditorDialog
rootStorage
- 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 ITemplateEditorDialog
selectedTemplate
- 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 ITemplateEditorDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMessageTemplate getTemplate(String name) throws IOException, AutomationException
getTemplate
in interface ITemplateEditorDialog
name
- The name (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 |