|
|||||||||
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.IActionEditProxy
public class IActionEditProxy
Provides access to the methods and properties needed to edit the properties of an action.
This interface provides a common set of methods for the Action Processor Editor framework to edit actions, edit the action processor, and create new 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 | |
---|---|
|
IActionEditProxy()
|
|
IActionEditProxy(Object obj)
|
protected |
IActionEditProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
defaultAction()
Sets the action to its default state and resets existing edits. |
void |
edit(int hParentWindowHandle,
ISet piObjectSet)
Invokes Edit dialog. |
int |
getHelpContextID(int lControlID)
The help context ID for the specified control on the page. |
String |
getHelpFile()
The help file name for the page. |
int |
getPreviewImage()
Preview bitmap for the renderer that appears on the page. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setReadOnly(boolean rhs1)
Indicates whether the action is specified as read-only. |
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 IActionEditProxy()
public IActionEditProxy(Object obj) throws IOException
IOException
protected IActionEditProxy(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 defaultAction() throws IOException, AutomationException
This method sets the action to its default state and clears or resets any existing edits.
defaultAction
in interface IActionEdit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void edit(int hParentWindowHandle, ISet piObjectSet) throws IOException, AutomationException
This method invokes the editing dialog. The developer must ensure that the dialog is a modal dialog. The parent window handle is provided in order for the proper modal association to be set up. piObjectSet is the object set that needs to be edited.
edit
in interface IActionEdit
hParentWindowHandle
- The hParentWindowHandle (in)piObjectSet
- A reference to a com.esri.arcgis.system.ISet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPreviewImage() throws IOException, AutomationException
This property allows you to preview a bitmap for the renderer that appears on the page.
getPreviewImage
in interface IActionEdit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHelpFile() throws IOException, AutomationException
This property controls the help file name for the page.
getHelpFile
in interface IActionEdit
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHelpContextID(int lControlID) throws IOException, AutomationException
getHelpContextID
in interface IActionEdit
lControlID
- The lControlID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReadOnly(boolean rhs1) throws IOException, AutomationException
setReadOnly
in interface IActionEdit
rhs1
- The rhs1 (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 |