public interface ILocatorUI2 extends ILocatorUI, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID46e6ab9d_c09e_4482_9cc5_871274c83785 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe0f10b77_eb7c_11d2_9f47_00c04f8ed1c4
Modifier and Type | Method and Description |
---|---|
boolean |
repairLocator(int parentWindow,
ILocator locator,
java.lang.String title)
Opens the user interface to repair a locator.
|
createLocator, locatorProperties, matchTable
static final int IID46e6ab9d_c09e_4482_9cc5_871274c83785
static final int xxDummy
static final java.lang.String IID
boolean repairLocator(int parentWindow, ILocator locator, java.lang.String title) throws java.io.IOException, AutomationException
parentWindow
- The parentWindow (A COM typedef) (in)locator
- A reference to a com.esri.arcgis.geodatabase.ILocator (in)title
- The title (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.