com.esri.arcgis.arcmapui
Interface IFindWindow

All Superinterfaces:
Serializable
All Known Subinterfaces:
IFindWindow2
All Known Implementing Classes:
FindWindowUI

public interface IFindWindow
extends Serializable

Provides access to members that control the Find Window. Allows you to search for features/addresses/etc. Deprecated. Please consider using the IFind interface in the Carto library instead.

Superseded By

IFind

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IApplication getApplication()
          The application to which the window belongs.
 void setApplicationByRef(Object pApplication)
          The application to which the window belongs.
 void show(boolean show)
          Shows or hides the window.
 

Method Detail

setApplicationByRef

void setApplicationByRef(Object pApplication)
                         throws IOException,
                                AutomationException
The application to which the window belongs.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pApplication - A reference to another Automation Object (IDispatch) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getApplication

IApplication getApplication()
                            throws IOException,
                                   AutomationException
The application to which the window belongs.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.framework.IApplication
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

show

void show(boolean show)
          throws IOException,
                 AutomationException
Shows or hides the window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
show - The show (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.