| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IActionEdit
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.
| Method Summary | |
|---|---|
 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 | 
setReadOnly(boolean rhs1)
Indicates whether the action is specified as read-only.  | 
| Method Detail | 
|---|
void defaultAction()
                   throws IOException,
                          AutomationException
This method sets the action to its default state and clears or resets any existing edits.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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.
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.
int getPreviewImage()
                    throws IOException,
                           AutomationException
This property allows you to preview a bitmap for the renderer that appears on the page.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getHelpFile()
                   throws IOException,
                          AutomationException
This property controls the help file name for the page.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHelpContextID(int lControlID)
                     throws IOException,
                            AutomationException
lControlID - The lControlID  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReadOnly(boolean rhs1)
                 throws IOException,
                        AutomationException
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 | ||||||||