|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITableViewCallback
Provides access to events that occur for which a client of the table can act upon and provide information.
| 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 |
|---|
ISpatialReference getSpatialReference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void selectionChange(ISelectionSet pSelection,
boolean newSelectionSet)
throws IOException,
AutomationException
pSelection - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)newSelectionSet - The newSelectionSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshSelection(IEnvelope pRedrawArea)
throws IOException,
AutomationException
pRedrawArea - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshDisplay(IEnvelope pRedrawArea)
throws IOException,
AutomationException
pRedrawArea - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void redrawFeatureLayer(IEnvelope pRedrawArea)
throws IOException,
AutomationException
pRedrawArea - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void startEditOperation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopEditOperation(String operationName)
throws IOException,
AutomationException
operationName - The operationName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableEditUndoRedo(boolean enable)
throws IOException,
AutomationException
enable - The enable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void abortEditOperation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void showRelationshipTable(IRelationshipClass pRelationshipClass,
boolean showSource,
ISelectionSet pOriginSelectionSet)
throws IOException,
AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ICursor search(IQueryFilter pQueryFilter,
boolean recycling)
throws IOException,
AutomationException
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling - The recycling (in)
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 | ||||||||