|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableProperty
Provides access to members that control Table window properties.
Method Summary | |
---|---|
IFeatureLayer |
getFeatureLayer()
Feature class of table window (Overrides table setting). |
ITable |
getTable()
Table of table window (Overrides feature class setting). |
boolean |
isSelectedTable()
Indicates if the Selected table is shown. |
void |
setFeatureLayerByRef(IFeatureLayer ppFeatureLayer)
Feature class of table window (Overrides table setting). |
void |
setSelectedTable(boolean pShowSelectedTable)
Indicates if the Selected table is shown. |
void |
setTableByRef(ITable ppTable)
Table of table window (Overrides feature class setting). |
Methods inherited from interface com.esri.arcgis.geodatabaseui.ITableViewInfo |
---|
getFieldOrder, getFieldWidth, getFrozenFields, getSelectionColor, putPosition, queryPosition, setFieldOrder, setFieldWidth, setFrozenFields, setSelectionColorByRef |
Method Detail |
---|
void setSelectedTable(boolean pShowSelectedTable) throws IOException, AutomationException
pShowSelectedTable
- The pShowSelectedTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectedTable() 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 setFeatureLayerByRef(IFeatureLayer ppFeatureLayer) throws IOException, AutomationException
ppFeatureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getFeatureLayer() 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 |