|
|||||||||
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.IEmailPropertiesProxy com.esri.arcgis.trackinganalyst.IEmailPropertiesDialogProxy
public class IEmailPropertiesDialogProxy
Provides the dialog to access and edit the properties associated with the Email Alert action.
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IEmailPropertiesDialogProxy()
public IEmailPropertiesDialogProxy(Object obj) throws IOException
IOException
protected IEmailPropertiesDialogProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IEmailPropertiesProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IEmailPropertiesProxy
IOException
public void setAction(IAction rhs1) throws IOException, AutomationException
setAction
in interface IEmailPropertiesDialog
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 showDialog(boolean bUseDefaults) throws IOException, AutomationException
showDialog
in interface IEmailPropertiesDialog
bUseDefaults
- The bUseDefaults (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void loadDefaults() throws IOException, AutomationException
loadDefaults
in interface IEmailPropertiesDialog
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 |