|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableWindow2
Provides access to members that extend ITableWindow functionality to work with ILayers.
Method Summary | |
---|---|
ITableWindow |
findViaLayer(ILayer pLayer)
Is table (of a layer) already being displayed. |
ITableWindow |
findViaStandaloneTable(IStandaloneTable pStandaloneTable)
Is table (of a standalonetable) already being displayed. |
ILayer |
getLayer()
Setup layer attributes to view. |
ISelectionSet |
getSelectionSet()
Current selection set of the table. |
IStandaloneTable |
getStandaloneTable()
The standalone table to view/edit. |
ITableControl |
getTableControl()
The table control. |
int |
getTableSelectionAction()
Action to perform when table selections are made. |
boolean |
isShowSelected()
Indicates whether to show only features that are selected. |
void |
setLayerByRef(ILayer ppLayer)
Setup layer attributes to view. |
void |
setShowAliasNamesInColumnHeadings(boolean rhs1)
Show alias names or the real field name in column headings. |
void |
setShowSelected(boolean pShowSelected)
Indicates whether to show only features that are selected. |
void |
setStandaloneTableByRef(IStandaloneTable table)
The standalone table to view/edit. |
void |
setTableSelectionAction(int pAction)
Action to perform when table selections are made. |
void |
updateSelection(ISelectionSet pSelection)
Updates current table selection. |
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow |
---|
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show |
Method Detail |
---|
void setTableSelectionAction(int pAction) throws IOException, AutomationException
pAction
- A com.esri.arcgis.geodatabaseui.esriTableSelectionActions constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTableSelectionAction() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowSelected(boolean pShowSelected) throws IOException, AutomationException
pShowSelected
- The pShowSelected (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowSelected() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSelectionSet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateSelection(ISelectionSet pSelection) throws IOException, AutomationException
pSelection
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowAliasNamesInColumnHeadings(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableControl getTableControl() 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 table) throws IOException, AutomationException
table
- 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.ITableWindow findViaLayer(ILayer pLayer) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITableWindow findViaStandaloneTable(IStandaloneTable pStandaloneTable) throws IOException, AutomationException
pStandaloneTable
- A reference to a com.esri.arcgis.carto.IStandaloneTable (in)
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 |