com.esri.arcgis.geodatabaseui
Interface ITableControl

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

public interface ITableControl
extends java.io.Serializable

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

Description: 'Provides access to members that control the table once it has been shown.' 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 IID38cdb63f_bfad_11d2_9f23_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void drawSelectedShapes(IDisplay pDisplay)
          Draws selected features on display.
 void editChanged()
          Call after start or stop editing, to update table grid.
 int getCurrentRow(boolean isOid)
          The current row the user is on.
 void redraw()
          Redraws the grid.
 void removeAndReloadCache()
          Lose cache, so the table window is current with the underlying database.
 void rereadFIDs(ISelectionSet pSelection)
          ReReads rows.
 void setCurrentRow(boolean isOid, int rowNumber)
          The current row the user is on.
 void updateSelection(ISelectionSet pSelection)
          Updates the current selection, that the current selection is currently pointing to.
 

Field Detail

IID38cdb63f_bfad_11d2_9f23_00c04f6bc886

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

editChanged

void editChanged()
                 throws java.io.IOException,
                        AutomationException
Call after start or stop editing, to update table grid.

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

removeAndReloadCache

void removeAndReloadCache()
                          throws java.io.IOException,
                                 AutomationException
Lose cache, so the table window is current with the underlying database.

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

updateSelection

void updateSelection(ISelectionSet pSelection)
                     throws java.io.IOException,
                            AutomationException
Updates the current selection, that the current selection is currently pointing to.

Parameters:
pSelection - 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.

drawSelectedShapes

void drawSelectedShapes(IDisplay pDisplay)
                        throws java.io.IOException,
                               AutomationException
Draws selected features on display.

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

rereadFIDs

void rereadFIDs(ISelectionSet pSelection)
                throws java.io.IOException,
                       AutomationException
ReReads rows. Called when viewing selected records and the selection changes.

Parameters:
pSelection - 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.

setCurrentRow

void setCurrentRow(boolean isOid,
                   int rowNumber)
                   throws java.io.IOException,
                          AutomationException
The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset.

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

getCurrentRow

int getCurrentRow(boolean isOid)
                  throws java.io.IOException,
                         AutomationException
The current row the user is on. If isOid = TRUE, then rowNumber is an OID, else it is an offset.

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

redraw

void redraw()
            throws java.io.IOException,
                   AutomationException
Redraws the grid.

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