com.esri.arcgis.controls
Interface IEngineAttributeWindow

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEngineAttributeWindowProxy

public interface IEngineAttributeWindow
extends Serializable

Provides access to the Attribute Window.

Description

This interface is new at ArcGIS 9.3.

Use this interface to hide or show the Attributes window and access the object inspector currently loaded inside of it.

Product Availability

Available with ArcGIS Engine.


Method Summary
 IEngineObjectInspector getObjectInspector()
          Current object inspector.
 boolean isVisible()
          Indicates if Attribute Window is visible.
 void setVisible(boolean vis)
          Indicates if Attribute Window is visible.
 

Method Detail

setVisible

void setVisible(boolean vis)
                throws IOException,
                       AutomationException
Indicates if Attribute Window is visible.

Product Availability

Available with ArcGIS Engine.

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

isVisible

boolean isVisible()
                  throws IOException,
                         AutomationException
Indicates if Attribute Window is visible.

Product Availability

Available with ArcGIS Engine.

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

getObjectInspector

IEngineObjectInspector getObjectInspector()
                                          throws IOException,
                                                 AutomationException
Current object inspector.

Product Availability

Available with ArcGIS Engine.

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