com.esri.arcgis.schematic
Class ISchematicAlgorithmSheetProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicAlgorithmSheetProxy
All Implemented Interfaces:
ISchematicAlgorithmSheet, Externalizable, Serializable

public class ISchematicAlgorithmSheetProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicAlgorithmSheet, Serializable

Provides access to members that control the schematic algorithm sheet (that is, the dialog box where the schematic algorithms properties pages display).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
ISchematicAlgorithmParameters, ISchematicAlgorithmPage, Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  ISchematicAlgorithmSheetProxy()
           
  ISchematicAlgorithmSheetProxy(Object obj)
           
protected ISchematicAlgorithmSheetProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void addPage(String classID)
          Adds the specified schematic algorithm properties page in the schematic algorithm sheet.
 boolean isHasPage(ISchematicAlgorithm algorithm)
          Indicates if an algorithm properties page related to the specified schematic algorithm is defined for the schematic algorithm sheet.
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void removePage(String classID)
          Removes the specified schematic algorithm properties page from the schematic algorithm sheet.
 void show(ISchematicAlgorithm algorithm)
          Shows the schematic algorithm sheet.
 void writeExternal(ObjectOutput out)
           
 
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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISchematicAlgorithmSheetProxy

public ISchematicAlgorithmSheetProxy()

ISchematicAlgorithmSheetProxy

public ISchematicAlgorithmSheetProxy(Object obj)
                              throws IOException
Throws:
IOException

ISchematicAlgorithmSheetProxy

protected ISchematicAlgorithmSheetProxy(Object obj,
                                        String iid)
                                 throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

addPage

public void addPage(String classID)
             throws IOException,
                    AutomationException
Adds the specified schematic algorithm properties page in the schematic algorithm sheet.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
addPage in interface ISchematicAlgorithmSheet
Parameters:
classID - The classID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAlgorithmSheet.removePage(String), ISchematicAlgorithmSheet.isHasPage(com.esri.arcgis.schematic.ISchematicAlgorithm)

removePage

public void removePage(String classID)
                throws IOException,
                       AutomationException
Removes the specified schematic algorithm properties page from the schematic algorithm sheet.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
removePage in interface ISchematicAlgorithmSheet
Parameters:
classID - The classID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAlgorithmSheet.addPage(String), ISchematicAlgorithmSheet.isHasPage(com.esri.arcgis.schematic.ISchematicAlgorithm)

show

public void show(ISchematicAlgorithm algorithm)
          throws IOException,
                 AutomationException
Shows the schematic algorithm sheet.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
show in interface ISchematicAlgorithmSheet
Parameters:
algorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasPage

public boolean isHasPage(ISchematicAlgorithm algorithm)
                  throws IOException,
                         AutomationException
Indicates if an algorithm properties page related to the specified schematic algorithm is defined for the schematic algorithm sheet.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isHasPage in interface ISchematicAlgorithmSheet
Parameters:
algorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException
ClassNotFoundException