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