com.esri.arcgis.geodatabase
Interface ILocatorUI2

All Superinterfaces:
ILocatorUI, java.io.Serializable
All Known Implementing Classes:
ILocatorUI2Proxy

public interface ILocatorUI2
extends ILocatorUI, java.io.Serializable

COM Interface 'ILocatorUI2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control the locator's user interface.' 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 IID46e6ab9d_c09e_4482_9cc5_871274c83785
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ILocatorUI
IIDe0f10b77_eb7c_11d2_9f47_00c04f8ed1c4
 
Method Summary
 boolean repairLocator(int parentWindow, ILocator locator, java.lang.String title)
          Opens the user interface to repair a locator.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ILocatorUI
createLocator, locatorProperties, matchTable
 

Field Detail

IID46e6ab9d_c09e_4482_9cc5_871274c83785

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

repairLocator

boolean repairLocator(int parentWindow,
                      ILocator locator,
                      java.lang.String title)
                      throws java.io.IOException,
                             AutomationException
Opens the user interface to repair a locator.

Parameters:
parentWindow - The parentWindow (A COM typedef) (in)
locator - A reference to a com.esri.arcgis.geodatabase.ILocator (in)
title - The title (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.