|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.catalogUI.AttributesEditContext
public class AttributesEditContext
COM Class 'AttributesEditContext'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description 'Provides Attributes Editing Contextual Information.' 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.catalogUI.IAttributesEditContext |
---|
IID, IIDf54484af_d0bf_4407_8a52_342212299d0f, xxDummy |
Constructor Summary | |
---|---|
AttributesEditContext(java.lang.Object obj)
Construct a AttributesEditContext using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
INetworkAttributeConfiguration |
getAttributeTemplates()
The network attribute templates. |
IDatasetContainer2 |
getContainer()
The network dataset container. |
IDENetworkDataset |
getDENetwork()
The network dataset data element. |
IEditEvaluatorContext |
getEditEvaluatorContext(boolean defaultMode,
int index)
The edit evaluator context. |
int |
getEditEvaluatorContextCount(boolean defaultMode)
The number of edit evaluator contexts. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
boolean |
isReadOnly()
Indicates whether the attribute edit context is read only. |
void |
release()
Release a AttributesEditContext. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributesEditContext(java.lang.Object obj) throws java.io.IOException
obj
to AttributesEditContext
. *
AttributesEditContext o = (AttributesEditContext)obj; // will not work
AttributesEditContext o = new AttributesEditContext(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
AttributesEditContext theAttributesEditContext = (AttributesEditContext) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IDatasetContainer2 getContainer() throws java.io.IOException, AutomationException
getContainer
in interface IAttributesEditContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDENetworkDataset getDENetwork() throws java.io.IOException, AutomationException
getDENetwork
in interface IAttributesEditContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReadOnly() throws java.io.IOException, AutomationException
isReadOnly
in interface IAttributesEditContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getEditEvaluatorContextCount(boolean defaultMode) throws java.io.IOException, AutomationException
getEditEvaluatorContextCount
in interface IAttributesEditContext
defaultMode
- The defaultMode (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEditEvaluatorContext getEditEvaluatorContext(boolean defaultMode, int index) throws java.io.IOException, AutomationException
getEditEvaluatorContext
in interface IAttributesEditContext
defaultMode
- The defaultMode (in)index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INetworkAttributeConfiguration getAttributeTemplates() throws java.io.IOException, AutomationException
getAttributeTemplates
in interface IAttributesEditContext
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 |