com.esri.arcgis.editor
Interface IObjectInspectorPanel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FeatureInspector, IObjectInspectorPanelProxy

public interface IObjectInspectorPanel
extends java.io.Serializable

COM Interface 'IObjectInspectorPanel'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to members that control the default object property inspector.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID606fd6e5_2f5a_4126_84a2_67c281e0de8b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IField getField(int index)
          Attribute field by index.
 int getFieldCount()
          The number of attribute fields displayed.
 IEnumRow getRows()
          The row or rows being inspected.
 int getSelectedField()
          The index of the selected field, or -1.
 ITable getTable()
          The table being edited.
 void setSelectedField(int index)
          The index of the selected field, or -1.
 

Field Detail

IID606fd6e5_2f5a_4126_84a2_67c281e0de8b

static final int IID606fd6e5_2f5a_4126_84a2_67c281e0de8b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTable

ITable getTable()
                throws java.io.IOException,
                       AutomationException
The table being edited.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRows

IEnumRow getRows()
                 throws java.io.IOException,
                        AutomationException
The row or rows being inspected.

Returns:
A reference to a com.esri.arcgis.editor.IEnumRow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldCount

int getFieldCount()
                  throws java.io.IOException,
                         AutomationException
The number of attribute fields displayed.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getField

IField getField(int index)
                throws java.io.IOException,
                       AutomationException
Attribute field by index.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectedField

int getSelectedField()
                     throws java.io.IOException,
                            AutomationException
The index of the selected field, or -1.

Returns:
The index
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectedField

void setSelectedField(int index)
                      throws java.io.IOException,
                             AutomationException
The index of the selected field, or -1.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.