|
|||||||||
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.schematic.ISchematicXmlBuilderContextProxy
public class ISchematicXmlBuilderContextProxy
Provides access to members that control information related to the context when the Xml builder runs.
This interface is new at ArcGIS 9.3.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicXmlBuilderContextProxy()
|
|
ISchematicXmlBuilderContextProxy(Object obj)
|
protected |
ISchematicXmlBuilderContextProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
Object |
getApplicationHook()
ESRI application hook (desktop application or engine application) for the XML plugin component. |
Object |
getXmlSource()
Xml Source to parse for generating/updating the diagram. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setApplicationHookByRef(Object hook)
ESRI application hook (desktop application or engine application) for the XML plugin component. |
void |
setXmlSource(Object xmlSource)
Xml Source to parse for generating/updating the diagram. |
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 ISchematicXmlBuilderContextProxy()
public ISchematicXmlBuilderContextProxy(Object obj) throws IOException
IOException
protected ISchematicXmlBuilderContextProxy(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 setXmlSource(Object xmlSource) throws IOException, AutomationException
setXmlSource
in interface ISchematicXmlBuilderContext
xmlSource
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getXmlSource() throws IOException, AutomationException
getXmlSource
in interface ISchematicXmlBuilderContext
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setApplicationHookByRef(Object hook) throws IOException, AutomationException
setApplicationHookByRef
in interface ISchematicXmlBuilderContext
hook
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getApplicationHook() throws IOException, AutomationException
getApplicationHook
in interface ISchematicXmlBuilderContext
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 |