com.esri.arcgis.arcmapui
Interface ITableProperty3

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

public interface ITableProperty3
extends ITableViewInfo, java.io.Serializable

COM Interface 'ITableProperty3'. 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 IID890f9558_6292_4903_9c4d_4f033cab5994
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseui.ITableViewInfo
IID0f25f47c_657a_11d3_9f6c_00c04f6bc886
 
Method Summary
 ILayer getLayer()
          Layer for table window (Overrides table and featurelayer setting).
 IStandaloneTable getStandaloneTable()
          StandaloneTable for table window (Overrides table and layer setting).
 boolean isSelectedTable()
          Indicates if the Selected table is shown.
 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 setStandaloneTableByRef(IStandaloneTable ppStandaloneTable)
          StandaloneTable for table window (Overrides table and layer setting).
 
Methods inherited from interface com.esri.arcgis.geodatabaseui.ITableViewInfo
getFieldOrder, getFieldWidth, getFrozenFields, getSelectionColor, putPosition, queryPosition, setFieldOrder, setFieldWidth, setFrozenFields, setSelectionColorByRef
 

Field Detail

IID890f9558_6292_4903_9c4d_4f033cab5994

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

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.

setStandaloneTableByRef

void setStandaloneTableByRef(IStandaloneTable ppStandaloneTable)
                             throws java.io.IOException,
                                    AutomationException
StandaloneTable for table window (Overrides table and layer setting).

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

getStandaloneTable

IStandaloneTable getStandaloneTable()
                                    throws java.io.IOException,
                                           AutomationException
StandaloneTable for table window (Overrides table and layer setting).

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