|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjectInspectorPanel
Provides access to members that control the default object property inspector.
This interface is not useful to 3rd party developers. It was designed for internal implementation of the right hand panel on the Object Inspector.
This interface will be removed. Please do not attempt to implement it.
com.esri.arcgis.editor.IShortTransactionObjectInspector
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. |
Method Detail |
---|
ITable getTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumRow getRows() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IField getField(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSelectedField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedField(int index) throws IOException, AutomationException
index
- The index (in)
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 |