com.esri.arcgis.editor
Interface IConflictsWindow3

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

public interface IConflictsWindow3
extends IConflictsWindow2, java.io.Serializable

COM Interface 'IConflictsWindow3'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to Conflicts Display Window.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe6aed5ea_fa73_48dd_9535_af890862a404
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.editor.IConflictsWindow2
IID903f0c5b_b203_48d9_a136_797934cae895
 
Fields inherited from interface com.esri.arcgis.editor.IConflictsWindow
IID121a14e0_96b0_11d2_8526_0000f875b9c6
 
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
 

Field Detail

IIDe6aed5ea_fa73_48dd_9535_af890862a404

static final int IIDe6aed5ea_fa73_48dd_9535_af890862a404
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setShowOnConflictsDetected

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

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

isShowOnConflictsDetected

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

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

getSelectedFieldIndexes

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

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

isCurrentVisited

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

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

setCurrentVisited

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

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