com.esri.arcgis.arcmapui
Interface ITableProperty2

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

public interface ITableProperty2
extends ITableViewInfo, java.io.Serializable

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

Description: 'Provides access to members that control Linked 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 IID1cf1c3e1_6c5f_4e61_a802_fa00a9e33a9f
           
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).
 ILayer getLayer()
          Layer for table window (Overrides table and featurelayer 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 setLayerByRef(ILayer ppLayer)
          Layer for table window (Overrides table and featurelayer 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

IID1cf1c3e1_6c5f_4e61_a802_fa00a9e33a9f

static final int IID1cf1c3e1_6c5f_4e61_a802_fa00a9e33a9f
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.

setLayerByRef

void setLayerByRef(ILayer ppLayer)
                   throws java.io.IOException,
                          AutomationException
Layer for table window (Overrides table and featurelayer setting).

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

getLayer

ILayer getLayer()
                throws java.io.IOException,
                       AutomationException
Layer for table window (Overrides table and featurelayer setting).

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