com.esri.arcgis.arcmapui
Interface ITableFrame

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableFrameProxy

public interface ITableFrame
extends java.io.Serializable

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

Description: 'Provides access to members that control table frames.' 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 IID23514918_7189_44fd_b7f1_71cb973aca26
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID23514918_7189_44fd_b7f1_71cb973aca26

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

setTableView

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

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

getTableView

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

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

setTableByRef

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

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

getTable

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

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.

setTableProperty

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

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

getTableProperty

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

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

setStartRow

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

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

getStartRow

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

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

setStartCol

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

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

getStartCol

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

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