|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableView
Provides access to members that set up the table and initially show it.
The TableView will show all of the fields in the Table, not just those set on the QueryFilter's SubFields.
Method Summary | |
---|---|
ISelectionSet |
getSelectionSet()
Selection set of records to show/select. |
void |
setCallbackByRef(ITableViewCallback rhs1)
The call back routine. |
void |
setQueryFilterByRef(IQueryFilter rhs1)
QueryFilter of records to show. |
void |
setSelectionSetByRef(ISelectionSet ppSelection)
Selection set of records to show/select. |
void |
setShowAliasNamesInColumnHeadings(boolean rhs1)
Show alias names or the real field name in column headings. |
void |
setShowSelected(boolean rhs1)
Show only features that are selected. |
void |
setTableByRef(ITable rhs1)
Table to view/edit. |
void |
setTableSelectionAction(int rhs1)
Action to perform when table selections are made. |
void |
show(int parentHWnd,
tagRECT initialExtent,
boolean initiallyVisible)
Show table. |
Method Detail |
---|
void setTableByRef(ITable rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryFilterByRef(IQueryFilter rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionSetByRef(ISelectionSet ppSelection) throws IOException, AutomationException
ppSelection
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
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 setTableSelectionAction(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabaseui.esriTableSelectionActions constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowSelected(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (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.void setCallbackByRef(ITableViewCallback rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabaseui.ITableViewCallback (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void show(int parentHWnd, tagRECT initialExtent, boolean initiallyVisible) throws IOException, AutomationException
parentHWnd
- The parentHWnd (A COM typedef) (in)initialExtent
- A Structure: com.esri.arcgis.system.tagRECT (in)initiallyVisible
- The initiallyVisible (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 |