com.esri.arcgis.arcmapui
Interface ITableFrame

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITableFrameProxy

public interface ITableFrame
extends Serializable

Provides access to members that control table frames.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getStartCol()
          The first column to display.
 int getStartRow()
          The first row to display.
 ITable getTable()
          The table (either standalone table or feature layer).
 ITableProperty getTableProperty()
          The table property.
 ITableView getTableView()
          The table view to show.
 void setStartCol(int startCol)
          The first column to display.
 void setStartRow(int startRow)
          The first row to display.
 void setTableByRef(ITable ppTable)
          The table (either standalone table or feature layer).
 void setTableProperty(ITableProperty tableProperty)
          The table property.
 void setTableView(ITableView tableView)
          The table view to show.
 

Method Detail

setTableView

void setTableView(ITableView tableView)
                  throws IOException,
                         AutomationException
The table view to show.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
tableView - A reference to a com.esri.arcgis.geodatabaseui.ITableView (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTableView

ITableView getTableView()
                        throws IOException,
                               AutomationException
The table view to show.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setTableByRef

void setTableByRef(ITable ppTable)
                   throws IOException,
                          AutomationException
The table (either standalone table or feature layer).

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTable

ITable getTable()
                throws IOException,
                       AutomationException
The table (either standalone table or feature layer).

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setTableProperty

void setTableProperty(ITableProperty tableProperty)
                      throws IOException,
                             AutomationException
The table property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
tableProperty - A reference to a com.esri.arcgis.arcmapui.ITableProperty (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTableProperty

ITableProperty getTableProperty()
                                throws IOException,
                                       AutomationException
The table property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setStartRow

void setStartRow(int startRow)
                 throws IOException,
                        AutomationException
The first row to display.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getStartRow

int getStartRow()
                throws IOException,
                       AutomationException
The first row to display.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setStartCol

void setStartCol(int startCol)
                 throws IOException,
                        AutomationException
The first column to display.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getStartCol

int getStartCol()
                throws IOException,
                       AutomationException
The first column to display.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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