|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableControlInfo
Provides access to members that inform you about the table window.
| Method Summary | |
|---|---|
int |
getCurrentCol()
The current col (FDO field index) the user is on. |
int |
getCurrentRow(boolean isOid)
The current row the user is on. |
int |
getLeftCol()
Gets the left visible column of the view window. |
int |
getRecordCount()
Number of records read. |
int |
getTopRow()
Gets the top visible row of the view window. |
boolean |
isAreAllRecordsRead()
Indicates whether all records have been read by the table window. |
boolean |
isEditing()
Indicates whether the table window is in an editing session. |
| Method Detail |
|---|
int getCurrentRow(boolean isOid)
throws IOException,
AutomationException
isOid - The isOid (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTopRow()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLeftCol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRecordCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAreAllRecordsRead()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEditing()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCurrentCol()
throws IOException,
AutomationException
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 | ||||||||