com.esri.arcgis.geodatabaseui
Interface ITableViewCallback

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableViewCallbackProxy

public interface ITableViewCallback
extends java.io.Serializable

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

Description: 'Provides access to events that occur for which a client of the table can act upon and provide information.' 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 IID22488807_bc7b_11d2_9f23_00c04f6bc886
           
static int xxDummy
          Deprecated. Internal use only
 
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(java.lang.String operationName)
          Stop an edit operation.
 

Field Detail

IID22488807_bc7b_11d2_9f23_00c04f6bc886

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

getSpatialReference

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

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

selectionChange

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

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

refreshSelection

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

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

refreshDisplay

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

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

redrawFeatureLayer

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

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

startEditOperation

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

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

stopEditOperation

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

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

enableEditUndoRedo

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

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

abortEditOperation

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

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

showRelationshipTable

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

search

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.