|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableProperty
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 |
---|
static final int IID4657d951_5ffb_11d3_9f6c_00c04f6bc886
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setSelectedTable(boolean pShowSelectedTable) throws java.io.IOException, AutomationException
pShowSelectedTable
- The pShowSelectedTable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSelectedTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableByRef(ITable ppTable) throws java.io.IOException, AutomationException
ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureLayerByRef(IFeatureLayer ppFeatureLayer) throws java.io.IOException, AutomationException
ppFeatureLayer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getFeatureLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |