|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableFrame
Provides access to members that control table frames.
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 |
---|
void setTableView(ITableView tableView) throws IOException, AutomationException
tableView
- A reference to a com.esri.arcgis.geodatabaseui.ITableView (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableView getTableView() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableByRef(ITable ppTable) throws IOException, AutomationException
ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableProperty(ITableProperty tableProperty) throws IOException, AutomationException
tableProperty
- A reference to a com.esri.arcgis.arcmapui.ITableProperty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableProperty getTableProperty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartRow(int startRow) throws IOException, AutomationException
startRow
- The startRow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStartRow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartCol(int startCol) throws IOException, AutomationException
startCol
- The startCol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStartCol() 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 |