|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.editor.ConflictsWindow
public class ConflictsWindow
COM Class 'ConflictsWindow'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description 'Window used to resolve versioning conflicts.' 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 |
---|
Fields inherited from interface com.esri.arcgis.editor.IConflictsWindow3 |
---|
IID, IIDe6aed5ea_fa73_48dd_9535_af890862a404, xxDummy |
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 |
Fields inherited from interface com.esri.arcgis.editor.IConflictDisplay |
---|
IID, IID121a14e1_96b0_11d2_8526_0000f875b9c6, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IExtension |
---|
IID, IID7f657ec9_dbf1_11d2_9f2f_00c04f6bc69e, xxDummy |
Constructor Summary | |
---|---|
ConflictsWindow(java.lang.Object obj)
Construct a ConflictsWindow using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
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. |
IFillSymbol |
getFillSymbol(int vers)
Display symbol used to draw polygon features. |
IEnumIDs |
getIDs(IConflictClass conflictClass)
Enumerate the feature IDs for a ConflictClass. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILineSymbol |
getLineSymbol(int vers)
Display symbol used to draw line features. |
IMarkerSymbol |
getMarkerSymbol(int vers)
Display symbol used to draw point features. |
java.lang.String |
getName()
The name of the extension. |
ILongArray |
getSelectedFieldIndexes()
The indexes of the fields in the row that are currently selected. |
boolean |
hasConflicts()
Indicates if conflicts have been detected. |
int |
hashCode()
the hashcode for this object |
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. |
boolean |
isVersionVisible(int vers)
Indicates whether the specified version is visible in the conflicts window. |
boolean |
isVisible()
Indicates if Conflicts Window is visible. |
void |
release()
Release a ConflictsWindow. |
void |
removeClass(IConflictClass conflictClass)
Removes the conlict class from the window. |
void |
reset()
Resets the conflicts. |
void |
setCurrentVisited(boolean visited)
Indicates whether the visited state of the current selected tree item. |
void |
setFillSymbolByRef(int vers,
IFillSymbol symbol)
Display symbol used to draw polygon features. |
void |
setLineSymbolByRef(int vers,
ILineSymbol symbol)
Display symbol used to draw line features. |
void |
setMarkerSymbolByRef(int vers,
IMarkerSymbol symbol)
Display symbol used to draw point features. |
void |
setShowOnConflictsDetected(boolean showWindow)
Indicates whether the conficts window is displayed when a conflicts event is fired. |
void |
setVersionVisible(int vers,
boolean visible)
Indicates whether the specified version is visible in the conflicts window. |
void |
setVisible(boolean vis)
Indicates if Conflicts Window is visible. |
void |
shutdown()
Shuts down the extension. |
void |
startup(java.lang.Object initializationData)
Starts up the extension with the given initialization data. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConflictsWindow(java.lang.Object obj) throws java.io.IOException
obj
to ConflictsWindow
. *
ConflictsWindow o = (ConflictsWindow)obj; // will not work
ConflictsWindow o = new ConflictsWindow(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ConflictsWindow theConflictsWindow = (ConflictsWindow) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setVisible(boolean vis) throws java.io.IOException, AutomationException
setVisible
in interface IConflictsWindow
vis
- The vis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface IConflictsWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasConflicts() throws java.io.IOException, AutomationException
hasConflicts
in interface IConflictsWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCurrentRow() throws java.io.IOException, AutomationException
getCurrentRow
in interface IConflictsWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IConflictClass getCurrentClass() throws java.io.IOException, AutomationException
getCurrentClass
in interface IConflictsWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getClassCount() throws java.io.IOException, AutomationException
getClassCount
in interface IConflictsWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IConflictClass esri_getClass(int index) throws java.io.IOException, AutomationException
esri_getClass
in interface IConflictsWindow
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumIDs getIDs(IConflictClass conflictClass) throws java.io.IOException, AutomationException
getIDs
in interface IConflictsWindow
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.public void reset() throws java.io.IOException, AutomationException
reset
in interface IConflictsWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable findTable(IConflictClass conflictClass, int vers) throws java.io.IOException, AutomationException
findTable
in interface IConflictsWindow
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.public void removeClass(IConflictClass conflictClass) throws java.io.IOException, AutomationException
removeClass
in interface IConflictsWindow2
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.public void setShowOnConflictsDetected(boolean showWindow) throws java.io.IOException, AutomationException
setShowOnConflictsDetected
in interface IConflictsWindow3
showWindow
- The showWindow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowOnConflictsDetected() throws java.io.IOException, AutomationException
isShowOnConflictsDetected
in interface IConflictsWindow3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILongArray getSelectedFieldIndexes() throws java.io.IOException, AutomationException
getSelectedFieldIndexes
in interface IConflictsWindow3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCurrentVisited() throws java.io.IOException, AutomationException
isCurrentVisited
in interface IConflictsWindow3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentVisited(boolean visited) throws java.io.IOException, AutomationException
setCurrentVisited
in interface IConflictsWindow3
visited
- The visited (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVersionVisible(int vers) throws java.io.IOException, AutomationException
isVersionVisible
in interface IConflictDisplay
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.public void setVersionVisible(int vers, boolean visible) throws java.io.IOException, AutomationException
setVersionVisible
in interface IConflictDisplay
vers
- A com.esri.arcgis.editor.esriVersion constant (in)visible
- The visible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getMarkerSymbol(int vers) throws java.io.IOException, AutomationException
getMarkerSymbol
in interface IConflictDisplay
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.public void setMarkerSymbolByRef(int vers, IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setMarkerSymbolByRef
in interface IConflictDisplay
vers
- A com.esri.arcgis.editor.esriVersion constant (in)symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineSymbol getLineSymbol(int vers) throws java.io.IOException, AutomationException
getLineSymbol
in interface IConflictDisplay
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.public void setLineSymbolByRef(int vers, ILineSymbol symbol) throws java.io.IOException, AutomationException
setLineSymbolByRef
in interface IConflictDisplay
vers
- A com.esri.arcgis.editor.esriVersion constant (in)symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFillSymbol getFillSymbol(int vers) throws java.io.IOException, AutomationException
getFillSymbol
in interface IConflictDisplay
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.public void setFillSymbolByRef(int vers, IFillSymbol symbol) throws java.io.IOException, AutomationException
setFillSymbolByRef
in interface IConflictDisplay
vers
- A com.esri.arcgis.editor.esriVersion constant (in)symbol
- A reference to a com.esri.arcgis.display.IFillSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IExtension
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startup(java.lang.Object initializationData) throws java.io.IOException, AutomationException
startup
in interface IExtension
initializationData
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void shutdown() throws java.io.IOException, AutomationException
shutdown
in interface IExtension
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 |