|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.ILocatorUIProxy com.esri.arcgis.geodatabase.ILocatorUI2Proxy
public class ILocatorUI2Proxy
Provides access to members that control the locator's user interface.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ILocatorUI2Proxy()
|
|
ILocatorUI2Proxy(Object obj)
|
protected |
ILocatorUI2Proxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
removeListener(String iidStr,
Object theListener)
|
boolean |
repairLocator(int parentWindow,
ILocator locator,
String title)
Opens the user interface to repair a locator. |
Methods inherited from class com.esri.arcgis.geodatabase.ILocatorUIProxy |
---|
createLocator, locatorProperties, matchTable |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.geodatabase.ILocatorUI |
---|
createLocator, locatorProperties, matchTable |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ILocatorUI2Proxy()
public ILocatorUI2Proxy(Object obj) throws IOException
IOException
protected ILocatorUI2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class ILocatorUIProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class ILocatorUIProxy
IOException
public boolean repairLocator(int parentWindow, ILocator locator, String title) throws IOException, AutomationException
The RepairLocator method displays the user interface for repairing locator. This method creates a new locator in the locator workspace specified, and returns a reference to the locator. If the user commits the changes to the locator using the user interface, this method returns a value of True. Otherwise, it returns a value of False.
The parentWindow parameter is a long integer value containing the handle to the parent window for the user interface. The user interface appears modally on top of this window.
The Locator parameter is a reference to the locator whose properties you want to modify using the user interface.
repairLocator
in interface ILocatorUI2
parentWindow
- The parentWindow (A COM typedef) (in)locator
- A reference to a com.esri.arcgis.geodatabase.ILocator (in)title
- The title (in)
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 |