com.esri.arcgis.schematic
Class ISchematicOperationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.systemUI.IOperationProxy
          extended by com.esri.arcgis.schematic.ISchematicOperationProxy
All Implemented Interfaces:
ISchematicOperation, IOperation, java.io.Externalizable, java.io.Serializable

public class ISchematicOperationProxy
extends IOperationProxy
implements ISchematicOperation, java.io.Serializable

Internal use class Proxy for COM Interface 'ISchematicOperation'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the schematic operation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicOperation
IID, IID5656c6be_de1f_429e_985b_68878576ab16
 
Fields inherited from interface com.esri.arcgis.systemUI.IOperation
IID80a807ab_7bb9_11d0_87ec_080009ec732a
 
Constructor Summary
  ISchematicOperationProxy()
          For internal use only
  ISchematicOperationProxy(java.lang.Object obj)
           
protected ISchematicOperationProxy(java.lang.Object obj, java.lang.String iid)
           
  ISchematicOperationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ISchematicOperationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void abortOperation()
          Abort a schematic operation.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 void onAddOperation()
          Executed when the operation is added in the stack.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void startOperation(java.lang.String menuString, java.lang.Object hook, ISchematicLayer schematicLayer, boolean editionOperation)
          Start a new schematic operation.
 void stopOperation()
          Stop a schematic operation.
 
Methods inherited from class com.esri.arcgis.systemUI.IOperationProxy
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo
 
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.systemUI.IOperation
esri_do, getMenuString, isCanRedo, isCanUndo, redo, undo
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ISchematicOperationProxy

public ISchematicOperationProxy(java.lang.String CLSID,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.net.UnknownHostException,
                                java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ISchematicOperationProxy

public ISchematicOperationProxy()
For internal use only


ISchematicOperationProxy

public ISchematicOperationProxy(java.lang.Object obj)
                         throws java.io.IOException
Throws:
java.io.IOException

ISchematicOperationProxy

protected ISchematicOperationProxy(java.lang.Object obj,
                                   java.lang.String iid)
                            throws java.io.IOException
Throws:
java.io.IOException

ISchematicOperationProxy

protected ISchematicOperationProxy(java.lang.String CLSID,
                                   java.lang.String iid,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class IOperationProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IOperationProxy
Throws:
java.io.IOException

startOperation

public void startOperation(java.lang.String menuString,
                           java.lang.Object hook,
                           ISchematicLayer schematicLayer,
                           boolean editionOperation)
                    throws java.io.IOException,
                           AutomationException
Start a new schematic operation.

Specified by:
startOperation in interface ISchematicOperation
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopOperation

public void stopOperation()
                   throws java.io.IOException,
                          AutomationException
Stop a schematic operation.

Specified by:
stopOperation in interface ISchematicOperation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

abortOperation

public void abortOperation()
                    throws java.io.IOException,
                           AutomationException
Abort a schematic operation.

Specified by:
abortOperation in interface ISchematicOperation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onAddOperation

public void onAddOperation()
                    throws java.io.IOException,
                           AutomationException
Executed when the operation is added in the stack.

Specified by:
onAddOperation in interface ISchematicOperation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.