|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableProperty3
Provides access to members that control Linked table window properties.
Method Summary | |
---|---|
ILayer |
getLayer()
Layer for table window (Overrides table and featurelayer setting). |
IStandaloneTable |
getStandaloneTable()
StandaloneTable for table window (Overrides table and layer setting). |
boolean |
isSelectedTable()
Indicates if the Selected table is shown. |
void |
setLayerByRef(ILayer ppLayer)
Layer for table window (Overrides table and featurelayer setting). |
void |
setSelectedTable(boolean pShowSelectedTable)
Indicates if the Selected table is shown. |
void |
setStandaloneTableByRef(IStandaloneTable ppStandaloneTable)
StandaloneTable for table window (Overrides table and layer 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 setLayerByRef(ILayer ppLayer) throws IOException, AutomationException
ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandaloneTableByRef(IStandaloneTable ppStandaloneTable) throws IOException, AutomationException
ppStandaloneTable
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStandaloneTable getStandaloneTable() 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 |