com.esri.arcgis.editor
Interface IAttributeWindowEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IAttributeWindowEventsAdapter, IAttributeWindowEventsProxy

public interface IAttributeWindowEvents
extends EventListener, Serializable

Provides access to Attribute Inspector events. Implement it to listen to specific events that occur when the Attribute Inspector is used.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void onActivate(IAttributeWindowEventsOnActivateEvent theEvent)
          Called when the Attribute Inspector dialog is activated.
 void onDeactivate(IAttributeWindowEventsOnDeactivateEvent theEvent)
          Called when the Attribute Inspector dialog is deactivated.
 void onPositionChanged(IAttributeWindowEventsOnPositionChangedEvent theEvent)
          Called when the position of the Attribute Inspector dialog changes.
 void onSelectionChanged(IAttributeWindowEventsOnSelectionChangedEvent theEvent)
          Called when the feature highlighted within the tree view of the Attribute Inspector changes.
 

Method Detail

onSelectionChanged

void onSelectionChanged(IAttributeWindowEventsOnSelectionChangedEvent theEvent)
                        throws IOException,
                               AutomationException
Called when the feature highlighted within the tree view of the Attribute Inspector changes.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onActivate

void onActivate(IAttributeWindowEventsOnActivateEvent theEvent)
                throws IOException,
                       AutomationException
Called when the Attribute Inspector dialog is activated.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onDeactivate

void onDeactivate(IAttributeWindowEventsOnDeactivateEvent theEvent)
                  throws IOException,
                         AutomationException
Called when the Attribute Inspector dialog is deactivated.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onPositionChanged

void onPositionChanged(IAttributeWindowEventsOnPositionChangedEvent theEvent)
                       throws IOException,
                              AutomationException
Called when the position of the Attribute Inspector dialog changes.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.