| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicOperation
Provides access to members that control the schematic operation.
| Method Summary | |
|---|---|
|  void | abortOperation()Abort a schematic operation. | 
|  void | onAddOperation()Executed when the operation is added in the stack. | 
|  void | startOperation(String menuString,
               Object hook,
               ISchematicLayer schematicLayer,
               boolean editionOperation)Start a new schematic operation. | 
|  void | stopOperation()Stop a schematic operation. | 
| Methods inherited from interface com.esri.arcgis.systemUI.IOperation | 
|---|
| esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo | 
| Method Detail | 
|---|
void startOperation(String menuString,
                    Object hook,
                    ISchematicLayer schematicLayer,
                    boolean editionOperation)
                    throws IOException,
                           AutomationException
menuString - The menuString  (in)hook - A reference to another Automation Object (IDispatch)  (in)schematicLayer - A reference to a com.esri.arcgis.schematic.ISchematicLayer  (in)editionOperation - The editionOperation  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopOperation()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void abortOperation()
                    throws IOException,
                           AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onAddOperation()
                    throws IOException,
                           AutomationException
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 | ||||||||