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 =
Method Summary |
void |
setCategoryID(IUID rhs1)
The component category to use in the Find Window. |
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
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.