com.esri.arcgis.geodatabaseui
Interface ITableControlInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableControlInfoProxy, TableView

public interface ITableControlInfo
extends java.io.Serializable

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

Description: 'Provides access to members that inform you about the table window.' 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 IID071b47f3_293e_4868_bac9_986b55f4c0d8
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID071b47f3_293e_4868_bac9_986b55f4c0d8

static final int IID071b47f3_293e_4868_bac9_986b55f4c0d8
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

getCurrentRow

int getCurrentRow(boolean isOid)
                  throws java.io.IOException,
                         AutomationException
The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset.

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

getTopRow

int getTopRow()
              throws java.io.IOException,
                     AutomationException
Gets the top visible row of the view window.

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

getLeftCol

int getLeftCol()
               throws java.io.IOException,
                      AutomationException
Gets the left visible column of the view window.

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

getRecordCount

int getRecordCount()
                   throws java.io.IOException,
                          AutomationException
Number of records read.

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

isAreAllRecordsRead

boolean isAreAllRecordsRead()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether all records have been read by the table window.

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

isEditing

boolean isEditing()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the table window is in an editing session.

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

getCurrentCol

int getCurrentCol()
                  throws java.io.IOException,
                         AutomationException
The current col (FDO field index) the user is on.

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