com.esri.arcgis.catalogUI
Class IGxTableView2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalogUI.IGxTableViewProxy
          extended by com.esri.arcgis.catalogUI.IGxTableView2Proxy
All Implemented Interfaces:
IGxTableView, IGxTableView2, Externalizable, Serializable

public class IGxTableView2Proxy
extends IGxTableViewProxy
implements IGxTableView2, 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.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IGxTableView2Proxy()
           
  IGxTableView2Proxy(Object obj)
           
protected IGxTableView2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void filterRasterCatalog(boolean filter)
          The RasterCatalogFilter for table view.
 void removeListener(String iidStr, Object theListener)
           
 void setObject(IGxObject pObject)
          The object for table view.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IGxTableView2Proxy

public IGxTableView2Proxy()

IGxTableView2Proxy

public IGxTableView2Proxy(Object obj)
                   throws IOException
Throws:
IOException

IGxTableView2Proxy

protected IGxTableView2Proxy(Object obj,
                             String iid)
                      throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IGxTableViewProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IGxTableViewProxy
Throws:
IOException

setObject

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

Product Availability

Available with ArcGIS Desktop.

Specified by:
setObject in interface IGxTableView2
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

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

Product Availability

Available with ArcGIS Desktop.

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