|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConflictsWindow2
Provides access to Conflicts Display Window.
IConflictsWindow2 extends the IConflictsWindow interface to support removal of particular conflict classes from the Conflicts window.
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 |
---|
void removeClass(IConflictClass conflictClass) throws IOException, AutomationException
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.
conflictClass
- A reference to a com.esri.arcgis.geodatabase.IConflictClass (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 |