com.esri.arcgis.trackinganalyst
Class IEmailPropertiesDialogProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IEmailPropertiesProxy
          extended by com.esri.arcgis.trackinganalyst.IEmailPropertiesDialogProxy
All Implemented Interfaces:
IEmailProperties, IEmailPropertiesDialog, Externalizable, Serializable

public class IEmailPropertiesDialogProxy
extends IEmailPropertiesProxy
implements IEmailPropertiesDialog, Serializable

Provides the dialog to access and edit the properties associated with the Email Alert action.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IEmailPropertiesDialogProxy()
           
  IEmailPropertiesDialogProxy(Object obj)
           
protected IEmailPropertiesDialogProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void loadDefaults()
          Loads the Email properties dialog with the current set of properties.
 void removeListener(String iidStr, Object theListener)
           
 void setAction(IAction rhs1)
          Action whose Email properties are to be reviewed or edited.
 void showDialog(boolean bUseDefaults)
          Displays the Email properties dialog for review or edit.
 
Methods inherited from class com.esri.arcgis.trackinganalyst.IEmailPropertiesProxy
getFromDomain, getSMTPServer, getSuggestFromUserName, setFromDomain, setSMTPServer
 
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.IEmailProperties
getFromDomain, getSMTPServer, getSuggestFromUserName, setFromDomain, setSMTPServer
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IEmailPropertiesDialogProxy

public IEmailPropertiesDialogProxy()

IEmailPropertiesDialogProxy

public IEmailPropertiesDialogProxy(Object obj)
                            throws IOException
Throws:
IOException

IEmailPropertiesDialogProxy

protected IEmailPropertiesDialogProxy(Object obj,
                                      String iid)
                               throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IEmailPropertiesProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IEmailPropertiesProxy
Throws:
IOException

setAction

public void setAction(IAction rhs1)
               throws IOException,
                      AutomationException
Action whose Email properties are to be reviewed or edited.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setAction in interface IEmailPropertiesDialog
Parameters:
rhs1 - A reference to a com.esri.arcgis.trackinganalyst.IAction (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showDialog

public void showDialog(boolean bUseDefaults)
                throws IOException,
                       AutomationException
Displays the Email properties dialog for review or edit.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
showDialog in interface IEmailPropertiesDialog
Parameters:
bUseDefaults - The bUseDefaults (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadDefaults

public void loadDefaults()
                  throws IOException,
                         AutomationException
Loads the Email properties dialog with the current set of properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
loadDefaults in interface IEmailPropertiesDialog
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.