|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConflictsWindow3
Provides access to Conflicts Display Window.
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 |
---|
void setShowOnConflictsDetected(boolean showWindow) throws IOException, AutomationException
showWindow
- The showWindow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowOnConflictsDetected() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray getSelectedFieldIndexes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCurrentVisited() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCurrentVisited(boolean visited) throws IOException, AutomationException
visited
- The visited (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 |