com.esri.arcgis.arcmapui
Interface IGenericWindow

All Superinterfaces:
IDataWindow, Serializable
All Known Implementing Classes:
GenericWindow, IGenericWindowProxy

public interface IGenericWindow
extends IDataWindow, Serializable

Provides access to members that control a data window with a particular hWnd.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IGenericWindow getFindWindow(String windowName)
          Find an already displayed window.
 String getName()
          Name of data window.
 void setActiveXUID(IUID rhs1)
          UID of ActiveX component to place in data window.
 void setName(String pWindowName)
          Name of data window.
 void setTitle(String rhs1)
          Name displayed on form.
 
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 

Method Detail

setTitle

void setTitle(String rhs1)
              throws IOException,
                     AutomationException
Name displayed on form.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setName

void setName(String pWindowName)
             throws IOException,
                    AutomationException
Name of data window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getName

String getName()
               throws IOException,
                      AutomationException
Name of data window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The pWindowName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActiveXUID

void setActiveXUID(IUID rhs1)
                   throws IOException,
                          AutomationException
UID of ActiveX component to place in data window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getFindWindow

IGenericWindow getFindWindow(String windowName)
                             throws IOException,
                                    AutomationException
Find an already displayed window.

Product Availability

Available with ArcGIS Desktop.

Parameters:
windowName - The windowName (in)
Returns:
A reference to a com.esri.arcgis.arcmapui.IGenericWindow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.