com.esri.arcgis.catalogUI
Interface IGxTableView2

All Superinterfaces:
IGxTableView, java.io.Serializable
All Known Implementing Classes:
GxTableView, IGxTableView2Proxy

public interface IGxTableView2
extends IGxTableView, java.io.Serializable

COM Interface 'IGxTableView2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the IGxTableView.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID82a28cf6_5f38_40d4_80a8_cfc644a2ec3a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalogUI.IGxTableView
IID8ed63615_da21_4807_a4ce_97efcfb8fddb
 
Method Summary
 void filterRasterCatalog(boolean filter)
          The RasterCatalogFilter for table view.
 void setObject(IGxObject pObject)
          The object for table view.
 

Field Detail

IID82a28cf6_5f38_40d4_80a8_cfc644a2ec3a

static final int IID82a28cf6_5f38_40d4_80a8_cfc644a2ec3a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setObject

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

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

filterRasterCatalog

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

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