com.esri.arcgis.geodatabaseui
Interface ITableViewCallback

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITableViewCallbackProxy

public interface ITableViewCallback
extends Serializable

Provides access to events that occur for which a client of the table can act upon and provide information.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void abortEditOperation()
          Abort an edit operation.
 void enableEditUndoRedo(boolean enable)
          Enable/Disable Undo/Redo.
 ISpatialReference getSpatialReference()
          Current Spatial Reference.
 void redrawFeatureLayer(IEnvelope pRedrawArea)
          Redraw feature layer (ie, when features are deleted, etc).
 void refreshDisplay(IEnvelope pRedrawArea)
          Refresh all screen caches.
 void refreshSelection(IEnvelope pRedrawArea)
          Refresh graphics for selected table or selection when viewing the full table.
 ICursor search(IQueryFilter pQueryFilter, boolean recycling)
          Returns a cursor on the FeatureLayer or Table.
 void selectionChange(ISelectionSet pSelection, boolean newSelectionSet)
          Selection has been changed.
 void showRelationshipTable(IRelationshipClass pRelationshipClass, boolean showSource, ISelectionSet pOriginSelectionSet)
          Show the destination relationship table with origin table selection.
 void startEditOperation()
          Start an edit operation.
 void stopEditOperation(String operationName)
          Stop an edit operation.
 

Method Detail

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws IOException,
                                             AutomationException
Current Spatial Reference.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

selectionChange

void selectionChange(ISelectionSet pSelection,
                     boolean newSelectionSet)
                     throws IOException,
                            AutomationException
Selection has been changed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

refreshSelection

void refreshSelection(IEnvelope pRedrawArea)
                      throws IOException,
                             AutomationException
Refresh graphics for selected table or selection when viewing the full table.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pRedrawArea - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshDisplay

void refreshDisplay(IEnvelope pRedrawArea)
                    throws IOException,
                           AutomationException
Refresh all screen caches.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pRedrawArea - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

redrawFeatureLayer

void redrawFeatureLayer(IEnvelope pRedrawArea)
                        throws IOException,
                               AutomationException
Redraw feature layer (ie, when features are deleted, etc).

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pRedrawArea - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

startEditOperation

void startEditOperation()
                        throws IOException,
                               AutomationException
Start an edit operation.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

stopEditOperation

void stopEditOperation(String operationName)
                       throws IOException,
                              AutomationException
Stop an edit operation.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

enableEditUndoRedo

void enableEditUndoRedo(boolean enable)
                        throws IOException,
                               AutomationException
Enable/Disable Undo/Redo.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

abortEditOperation

void abortEditOperation()
                        throws IOException,
                               AutomationException
Abort an edit operation.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

showRelationshipTable

void showRelationshipTable(IRelationshipClass pRelationshipClass,
                           boolean showSource,
                           ISelectionSet pOriginSelectionSet)
                           throws IOException,
                                  AutomationException
Show the destination relationship table with origin table selection.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pRelationshipClass - A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)
showSource - The showSource (in)
pOriginSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

search

ICursor search(IQueryFilter pQueryFilter,
               boolean recycling)
               throws IOException,
                      AutomationException
Returns a cursor on the FeatureLayer or Table.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
recycling - The recycling (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.