|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IRowBufferProxy
com.esri.arcgis.geodatabase.IRowProxy
com.esri.arcgis.geodatabase.IObjectProxy
com.esri.arcgis.schematic.ISchematicDiagramProxy
Provides access to members that control the schematic diagram.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
ISchematicDiagramProxy()
For internal use only |
|
ISchematicDiagramProxy(java.lang.Object obj)
|
protected |
ISchematicDiagramProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ISchematicDiagramProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
ISchematicDiagramProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
void |
alterBuilderPropertySet(IPropertySet propertySet)
Changes the builder PropertySet related to the schematic diagram with the new specified builder PropertySet. |
void |
alterPropertySet(IPropertySet propertySet)
Changes the Schematic diagram PropertySet with the new specified diagram PropertySet. |
IPropertySet |
getBuilderPropertySet()
Builder PropertySet related to the schematic diagram. |
java.util.Date |
getCreationDate()
Creation date of the schematic diagram. |
java.lang.String |
getCreator()
Name of the schematic diagram creator. |
java.lang.String |
getLastUpdateBy()
Name of the last user that updated the schematic diagram. |
java.util.Date |
getLastUpdateDate()
Last updating date of the schematic diagram. |
java.lang.String |
getName()
Name of the schematic diagram. |
IPropertySet |
getPropertySet()
Schematic diagram PropertySet. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class related to the schematic diagram. |
ISchematicDiagramContainer |
getSchematicDiagramContainer()
Schematic diagram container related to the schematic diagram. |
java.lang.String |
getVersion()
Version of the database used to create the schematic diagram. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
setCreationDate(java.util.Date date)
Creation date of the schematic diagram. |
void |
setCreator(java.lang.String name)
Name of the schematic diagram creator. |
void |
setLastUpdateBy(java.lang.String name)
Name of the last user that updated the schematic diagram. |
void |
setLastUpdateDate(java.util.Date date)
Last updating date of the schematic diagram. |
void |
setName(java.lang.String name)
Name of the schematic diagram. |
void |
setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
Schematic diagram container related to the schematic diagram. |
void |
setVersion(java.lang.String versionName)
Version of the database used to create the schematic diagram. |
| Methods inherited from class com.esri.arcgis.geodatabase.IObjectProxy |
esri_getClass |
| Methods inherited from class com.esri.arcgis.geodatabase.IRowProxy |
delete, getOID, getTable, isHasOID, store |
| Methods inherited from class com.esri.arcgis.geodatabase.IRowBufferProxy |
getFields, getValue, setValue |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.geodatabase.IObject |
esri_getClass |
| Methods inherited from interface com.esri.arcgis.geodatabase.IRow |
delete, getOID, getTable, isHasOID, store |
| Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer |
getFields, getValue, setValue |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public ISchematicDiagramProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public ISchematicDiagramProxy()
public ISchematicDiagramProxy(java.lang.Object obj)
throws java.io.IOException
protected ISchematicDiagramProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected ISchematicDiagramProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class IObjectProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class IObjectProxyjava.io.IOException
public ISchematicDiagramClass getSchematicDiagramClass()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getSchematicDiagramClass in interface ISchematicDiagramAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISchematicDiagramContainer getSchematicDiagramContainer()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getSchematicDiagramContainer in interface ISchematicDiagramjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
throws java.io.IOException,
AutomationException
ISchematicDiagram
setSchematicDiagramContainerByRef in interface ISchematicDiagramdiagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getName in interface ISchematicDiagramjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
ISchematicDiagram
setName in interface ISchematicDiagramname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.util.Date getCreationDate()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getCreationDate in interface ISchematicDiagramAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setCreationDate(java.util.Date date)
throws java.io.IOException,
AutomationException
ISchematicDiagram
setCreationDate in interface ISchematicDiagramdate - The date (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.util.Date getLastUpdateDate()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getLastUpdateDate in interface ISchematicDiagramAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setLastUpdateDate(java.util.Date date)
throws java.io.IOException,
AutomationException
ISchematicDiagram
setLastUpdateDate in interface ISchematicDiagramdate - The date (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getVersion()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getVersion in interface ISchematicDiagramjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVersion(java.lang.String versionName)
throws java.io.IOException,
AutomationException
ISchematicDiagram
setVersion in interface ISchematicDiagramversionName - The versionName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCreator()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getCreator in interface ISchematicDiagramAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setCreator(java.lang.String name)
throws java.io.IOException,
AutomationException
ISchematicDiagram
setCreator in interface ISchematicDiagramname - The name (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getLastUpdateBy()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getLastUpdateBy in interface ISchematicDiagramAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setLastUpdateBy(java.lang.String name)
throws java.io.IOException,
AutomationException
ISchematicDiagram
setLastUpdateBy in interface ISchematicDiagramname - The name (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IPropertySet getBuilderPropertySet()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getBuilderPropertySet in interface ISchematicDiagramAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void alterBuilderPropertySet(IPropertySet propertySet)
throws java.io.IOException,
AutomationException
ISchematicDiagram
alterBuilderPropertySet in interface ISchematicDiagrampropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getPropertySet()
throws java.io.IOException,
AutomationException
ISchematicDiagram
getPropertySet in interface ISchematicDiagramAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void alterPropertySet(IPropertySet propertySet)
throws java.io.IOException,
AutomationException
ISchematicDiagram
alterPropertySet in interface ISchematicDiagrampropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.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 | |||||||||