com.esri.arcgis.editor
Interface IConflictsWindow3

All Superinterfaces:
IConflictsWindow, IConflictsWindow2, Serializable
All Known Implementing Classes:
ConflictsWindow, IConflictsWindow3Proxy

public interface IConflictsWindow3
extends IConflictsWindow2, Serializable

Provides access to Conflicts Display Window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ILongArray getSelectedFieldIndexes()
          The indexes of the fields in the row that are currently selected.
 boolean isCurrentVisited()
          Indicates whether the visited state of the current selected tree item.
 boolean isShowOnConflictsDetected()
          Indicates whether the conficts window is displayed when a conflicts event is fired.
 void setCurrentVisited(boolean visited)
          Indicates whether the visited state of the current selected tree item.
 void setShowOnConflictsDetected(boolean showWindow)
          Indicates whether the conficts window is displayed when a conflicts event is fired.
 
Methods inherited from interface com.esri.arcgis.editor.IConflictsWindow2
removeClass
 
Methods inherited from interface com.esri.arcgis.editor.IConflictsWindow
esri_getClass, findTable, getClassCount, getCurrentClass, getCurrentRow, getIDs, hasConflicts, isVisible, reset, setVisible
 

Method Detail

setShowOnConflictsDetected

void setShowOnConflictsDetected(boolean showWindow)
                                throws IOException,
                                       AutomationException
Indicates whether the conficts window is displayed when a conflicts event is fired.

Product Availability

Available with ArcGIS Desktop.

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

isShowOnConflictsDetected

boolean isShowOnConflictsDetected()
                                  throws IOException,
                                         AutomationException
Indicates whether the conficts window is displayed when a conflicts event is fired.

Product Availability

Available with ArcGIS Desktop.

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

getSelectedFieldIndexes

ILongArray getSelectedFieldIndexes()
                                   throws IOException,
                                          AutomationException
The indexes of the fields in the row that are currently selected.

Product Availability

Available with ArcGIS Desktop.

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

isCurrentVisited

boolean isCurrentVisited()
                         throws IOException,
                                AutomationException
Indicates whether the visited state of the current selected tree item.

Product Availability

Available with ArcGIS Desktop.

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

setCurrentVisited

void setCurrentVisited(boolean visited)
                       throws IOException,
                              AutomationException
Indicates whether the visited state of the current selected tree item.

Product Availability

Available with ArcGIS Desktop.

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