com.esri.arcgis.geodatabaseui
Interface ITableViewTableFields

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableViewTableFieldsProxy, TableView

public interface ITableViewTableFields
extends java.io.Serializable

COM Interface 'ITableViewTableFields'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that associate additional field properties with the table being displayed.' 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 IIDedd9326b_e6df_11d3_adec_00c04fa33a15
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITableFields getTableFields()
          The collection of field information for the table being viewed/edited.
 void setTableFieldsByRef(ITableFields tableFields)
          The collection of field information for the table being viewed/edited.
 

Field Detail

IIDedd9326b_e6df_11d3_adec_00c04fa33a15

static final int IIDedd9326b_e6df_11d3_adec_00c04fa33a15
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

setTableFieldsByRef

void setTableFieldsByRef(ITableFields tableFields)
                         throws java.io.IOException,
                                AutomationException
The collection of field information for the table being viewed/edited.

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

getTableFields

ITableFields getTableFields()
                            throws java.io.IOException,
                                   AutomationException
The collection of field information for the table being viewed/edited.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITableFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.