com.esri.arcgis.arcmapui
Interface ITableProperty

All Superinterfaces:
ITableViewInfo, java.io.Serializable
All Known Implementing Classes:
ITablePropertyProxy, TableProperty

public interface ITableProperty
extends ITableViewInfo, java.io.Serializable

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

Description: 'Provides access to members that control Table window properties.' 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 IID4657d951_5ffb_11d3_9f6c_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseui.ITableViewInfo
IID0f25f47c_657a_11d3_9f6c_00c04f6bc886
 
Method Summary
 IFeatureLayer getFeatureLayer()
          Feature class of table window (Overrides table setting).
 ITable getTable()
          Table of table window (Overrides feature class setting).
 boolean isSelectedTable()
          Indicates if the Selected table is shown.
 void setFeatureLayerByRef(IFeatureLayer ppFeatureLayer)
          Feature class of table window (Overrides table setting).
 void setSelectedTable(boolean pShowSelectedTable)
          Indicates if the Selected table is shown.
 void setTableByRef(ITable ppTable)
          Table of table window (Overrides feature class setting).
 
Methods inherited from interface com.esri.arcgis.geodatabaseui.ITableViewInfo
getFieldOrder, getFieldWidth, getFrozenFields, getSelectionColor, putPosition, queryPosition, setFieldOrder, setFieldWidth, setFrozenFields, setSelectionColorByRef
 

Field Detail

IID4657d951_5ffb_11d3_9f6c_00c04f6bc886

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

setSelectedTable

void setSelectedTable(boolean pShowSelectedTable)
                      throws java.io.IOException,
                             AutomationException
Indicates if the Selected table is shown.

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

isSelectedTable

boolean isSelectedTable()
                        throws java.io.IOException,
                               AutomationException
Indicates if the Selected table is shown.

Returns:
The pShowSelectedTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableByRef

void setTableByRef(ITable ppTable)
                   throws java.io.IOException,
                          AutomationException
Table of table window (Overrides feature class setting).

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

getTable

ITable getTable()
                throws java.io.IOException,
                       AutomationException
Table of table window (Overrides feature class setting).

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

setFeatureLayerByRef

void setFeatureLayerByRef(IFeatureLayer ppFeatureLayer)
                          throws java.io.IOException,
                                 AutomationException
Feature class of table window (Overrides table setting).

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

getFeatureLayer

IFeatureLayer getFeatureLayer()
                              throws java.io.IOException,
                                     AutomationException
Feature class of table window (Overrides table setting).

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