com.esri.arcgis.geodatabaseui
Interface ITableView3

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

public interface ITableView3
extends java.io.Serializable

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

Description: 'Provides access to members that interact with table.' 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 IIDeedbf036_7e29_4c42_881e_b8e7addc727a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISelectionSet getSelectionSet()
          Selection set of records to show/select.
 ITable getTable()
          Table to view/edit.
 boolean isShowAliasNamesInColumnHeadings()
          Show alias names or the real field name in column headings.
 boolean isShowSelected()
          Show only features that are selected.
 void setAllowAddRow(boolean rhs1)
          Allow add row to be displayed during editing.
 void setAllowEditing(boolean rhs1)
          Allow editing.
 void setCallbackByRef(ITableViewCallback rhs1)
          The call back routine.
 void setQueryFilterByRef(IQueryFilter rhs1)
          QueryFilter of records to show.
 void setSelectionSetByRef(ISelectionSet ppSelection)
          Selection set of records to show/select.
 void setShowAliasNamesInColumnHeadings(boolean pShowAliases)
          Show alias names or the real field name in column headings.
 void setShowSelected(boolean pShowSelected)
          Show only features that are selected.
 void setTableByRef(ITable ppTable)
          Table to view/edit.
 void setTableSelectionAction(int rhs1)
          Action to perform when table selections are made.
 void show(int parentHWnd, tagRECT initialExtent, boolean initiallyVisible)
          Show table.
 

Field Detail

IIDeedbf036_7e29_4c42_881e_b8e7addc727a

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

setTableByRef

void setTableByRef(ITable ppTable)
                   throws java.io.IOException,
                          AutomationException
Table to view/edit.

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.

setQueryFilterByRef

void setQueryFilterByRef(IQueryFilter rhs1)
                         throws java.io.IOException,
                                AutomationException
QueryFilter of records to show.

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

setSelectionSetByRef

void setSelectionSetByRef(ISelectionSet ppSelection)
                          throws java.io.IOException,
                                 AutomationException
Selection set of records to show/select.

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

getSelectionSet

ISelectionSet getSelectionSet()
                              throws java.io.IOException,
                                     AutomationException
Selection set of records to show/select.

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

setTableSelectionAction

void setTableSelectionAction(int rhs1)
                             throws java.io.IOException,
                                    AutomationException
Action to perform when table selections are made.

Parameters:
rhs1 - A com.esri.arcgis.geodatabaseui.esriTableSelectionActions constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowSelected

void setShowSelected(boolean pShowSelected)
                     throws java.io.IOException,
                            AutomationException
Show only features that are selected.

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

setShowAliasNamesInColumnHeadings

void setShowAliasNamesInColumnHeadings(boolean pShowAliases)
                                       throws java.io.IOException,
                                              AutomationException
Show alias names or the real field name in column headings. Default False.

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

setCallbackByRef

void setCallbackByRef(ITableViewCallback rhs1)
                      throws java.io.IOException,
                             AutomationException
The call back routine.

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

show

void show(int parentHWnd,
          tagRECT initialExtent,
          boolean initiallyVisible)
          throws java.io.IOException,
                 AutomationException
Show table.

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
initialExtent - A Structure: com.esri.arcgis.system.tagRECT (in)
initiallyVisible - The initiallyVisible (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 to view/edit.

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.

isShowSelected

boolean isShowSelected()
                       throws java.io.IOException,
                              AutomationException
Show only features that are selected.

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

isShowAliasNamesInColumnHeadings

boolean isShowAliasNamesInColumnHeadings()
                                         throws java.io.IOException,
                                                AutomationException
Show alias names or the real field name in column headings. Default False.

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

setAllowEditing

void setAllowEditing(boolean rhs1)
                     throws java.io.IOException,
                            AutomationException
Allow editing. Default: True.

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

setAllowAddRow

void setAllowAddRow(boolean rhs1)
                    throws java.io.IOException,
                           AutomationException
Allow add row to be displayed during editing. Default: True.

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