|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConflictsWindow
COM Interface 'IConflictsWindow'. 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 |
IID121a14e0_96b0_11d2_8526_0000f875b9c6
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IConflictClass |
esri_getClass(int index)
Class by index. |
ITable |
findTable(IConflictClass conflictClass,
int vers)
Finds a cached table corresponding to the conflict class and version. |
int |
getClassCount()
The number of classes with conflicts. |
IConflictClass |
getCurrentClass()
Class of the selected feature, or 0 if no ConflictClass. |
int |
getCurrentRow()
ID of the selected row or feature, or -1 if no current row. |
IEnumIDs |
getIDs(IConflictClass conflictClass)
Enumerate the feature IDs for a ConflictClass. |
boolean |
hasConflicts()
Indicates if conflicts have been detected. |
boolean |
isVisible()
Indicates if Conflicts Window is visible. |
void |
reset()
Resets the conflicts. |
void |
setVisible(boolean vis)
Indicates if Conflicts Window is visible. |
Field Detail |
---|
static final int IID121a14e0_96b0_11d2_8526_0000f875b9c6
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setVisible(boolean vis) throws java.io.IOException, AutomationException
vis
- The vis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasConflicts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCurrentRow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IConflictClass getCurrentClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getClassCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IConflictClass esri_getClass(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumIDs getIDs(IConflictClass conflictClass) throws java.io.IOException, AutomationException
conflictClass
- A reference to a com.esri.arcgis.geodatabase.IConflictClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable findTable(IConflictClass conflictClass, int vers) throws java.io.IOException, AutomationException
conflictClass
- A reference to a com.esri.arcgis.geodatabase.IConflictClass (in)vers
- A com.esri.arcgis.editor.esriVersion constant (in)
java.io.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 |