|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.editor.VersionChangesWindow
public class VersionChangesWindow
COM Class 'VersionChangesWindow'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description 'Window used to find changes between versions.' 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.IVersionChangesWindow |
|---|
IID, IID5203ad2e_ffdc_4357_ba9f_45175813d590, xxDummy |
| Constructor Summary | |
|---|---|
VersionChangesWindow()
Constructs a VersionChangesWindow using ArcGIS Engine. |
|
VersionChangesWindow(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. VersionChangesWindow theVersionChangesWindow = (VersionChangesWindow) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
esri_getClass(int index)
Class by index. |
IObjectClass |
findClass(java.lang.String className,
int vers)
Finds a cached table corresponding to specified version. |
int |
getClassCount()
The number of classes with changes. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCurrentChangeType()
Change Type of the selected row or feature. |
java.lang.String |
getCurrentClass()
Class name of the selected row or feature. |
int |
getCurrentRow()
ID of the current row or feature. |
IEnumIDs |
getIDs(java.lang.String className,
int changeType)
Enumerate the difference row IDs of the current class. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILongArray |
getSelectedFieldIndexes()
The indexes of the fields in the row that are currently selected. |
int |
hashCode()
the hashcode for this object |
boolean |
initialize(int parentHwnd,
IMap pMap,
IVersion pSourceVersion,
IVersion pTargetVersion,
IEnvelope pEnvelope,
ITrackCancel pTrackCancel)
Initialize Version Changes Window. |
boolean |
isVisible()
Indicates if Version Changes Window is visible. |
boolean |
refreshChanges(ITrackCancel pTrackCancel)
Re-Discover changes and re-populate window. |
void |
release()
Release a VersionChangesWindow. |
void |
setVisible(boolean pVisible)
Indicates if Version Changes Window is visible. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersionChangesWindow()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public VersionChangesWindow(java.lang.Object obj)
throws java.io.IOException
VersionChangesWindow theVersionChangesWindow = (VersionChangesWindow) obj;
obj to VersionChangesWindow.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean initialize(int parentHwnd,
IMap pMap,
IVersion pSourceVersion,
IVersion pTargetVersion,
IEnvelope pEnvelope,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
initialize in interface IVersionChangesWindowparentHwnd - The parentHwnd (A COM typedef) (in)pMap - A reference to a com.esri.arcgis.carto.IMap (in)pSourceVersion - A reference to a com.esri.arcgis.geodatabase.IVersion (in)pTargetVersion - A reference to a com.esri.arcgis.geodatabase.IVersion (in)pEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean refreshChanges(ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
refreshChanges in interface IVersionChangesWindowpTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean pVisible)
throws java.io.IOException,
AutomationException
setVisible in interface IVersionChangesWindowpVisible - The pVisible (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 IVersionChangesWindowjava.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 IVersionChangesWindowjava.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 IVersionChangesWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCurrentChangeType()
throws java.io.IOException,
AutomationException
getCurrentChangeType in interface IVersionChangesWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCurrentClass()
throws java.io.IOException,
AutomationException
getCurrentClass in interface IVersionChangesWindowjava.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 IVersionChangesWindowjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String esri_getClass(int index)
throws java.io.IOException,
AutomationException
esri_getClass in interface IVersionChangesWindowindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumIDs getIDs(java.lang.String className,
int changeType)
throws java.io.IOException,
AutomationException
getIDs in interface IVersionChangesWindowclassName - The className (in)changeType - A com.esri.arcgis.editor.esriChangeType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IObjectClass findClass(java.lang.String className,
int vers)
throws java.io.IOException,
AutomationException
findClass in interface IVersionChangesWindowclassName - The className (in)vers - A com.esri.arcgis.editor.esriChangeVersion 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 | ||||||||