com.esri.arcgis.arcmapui
Interface IFindWindow2

All Superinterfaces:
IFindWindow, java.io.Serializable
All Known Implementing Classes:
FindWindowUI, IFindWindow2Proxy

public interface IFindWindow2
extends IFindWindow, java.io.Serializable

COM Interface 'IFindWindow2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to additional control of the Find Window. Deprecated. Please consider using the IFind interface in the Carto library instead.' 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 IIDf609e798_026d_435a_8627_039275ecf606
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.arcmapui.IFindWindow
IID212a710b_4c00_11d2_a079_0000f8775bf9
 
Method Summary
 void setCategoryID(IUID rhs1)
          The component category to use in the Find Window.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IFindWindow
getApplication, setApplicationByRef, show
 

Field Detail

IIDf609e798_026d_435a_8627_039275ecf606

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

setCategoryID

void setCategoryID(IUID rhs1)
                   throws java.io.IOException,
                          AutomationException
The component category to use in the Find Window.

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.