com.esri.arcgis.editor
Interface IConflictsWindow2

All Superinterfaces:
IConflictsWindow, Serializable
All Known Subinterfaces:
IConflictsWindow3
All Known Implementing Classes:
ConflictsWindow, IConflictsWindow2Proxy, IConflictsWindow3Proxy

public interface IConflictsWindow2
extends IConflictsWindow, Serializable

Provides access to Conflicts Display Window.

Superseded By

IConflictsWindow3

Remarks

IConflictsWindow2 extends the IConflictsWindow interface to support removal of particular conflict classes from the Conflicts window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void removeClass(IConflictClass conflictClass)
          Removes the conlict class from the window.
 
Methods inherited from interface com.esri.arcgis.editor.IConflictsWindow
esri_getClass, findTable, getClassCount, getCurrentClass, getCurrentRow, getIDs, hasConflicts, isVisible, reset, setVisible
 

Method Detail

removeClass

void removeClass(IConflictClass conflictClass)
                 throws IOException,
                        AutomationException
Removes the conlict class from the window.

Remarks

Issuing RemoveClass provides a way to filter the list of conflicts presented to the user; it does not resolve conflicts from that class. Use IConflictsWindow::Reset to populate the conflict window with all conflict classes removed using RemoveClass.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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