com.esri.arcgis.editor
Interface IConflictsWindow2

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

public interface IConflictsWindow2
extends IConflictsWindow, java.io.Serializable

COM Interface 'IConflictsWindow2'. 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 IID903f0c5b_b203_48d9_a136_797934cae895
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.editor.IConflictsWindow
IID121a14e0_96b0_11d2_8526_0000f875b9c6
 
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
 

Field Detail

IID903f0c5b_b203_48d9_a136_797934cae895

static final int IID903f0c5b_b203_48d9_a136_797934cae895
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

removeClass

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

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