com.esri.arcgis.catalogUI
Interface IGxTableView2

All Superinterfaces:
IGxTableView, Serializable
All Known Implementing Classes:
GxTableView, IGxTableView2Proxy

public interface IGxTableView2
extends IGxTableView, Serializable

Provides access to members that control the IGxTableView.

Remarks

The GxTableView2 object is similar to the GxGeographicView in that it is used to preview data. By default, it is accessed through the Preview tab. As the name implies, the GxTableView coclass is used to preview the table associated with the selected object. The coclass is a type of GxView, so it implements the IGxView interface, but it does not implement any additional interfaces.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void filterRasterCatalog(boolean filter)
          The RasterCatalogFilter for table view.
 void setObject(IGxObject pObject)
          The object for table view.
 

Method Detail

setObject

void setObject(IGxObject pObject)
               throws IOException,
                      AutomationException
The object for table view.

Product Availability

Available with ArcGIS Desktop.

Parameters:
pObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

filterRasterCatalog

void filterRasterCatalog(boolean filter)
                         throws IOException,
                                AutomationException
The RasterCatalogFilter for table view.

Product Availability

Available with ArcGIS Desktop.

Parameters:
filter - The filter (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.