com.esri.arcgis.editor
Class IAttributeWindowEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.editor.IAttributeWindowEventsAdapter
All Implemented Interfaces:
IAttributeWindowEvents, Serializable, EventListener

public class IAttributeWindowEventsAdapter
extends Object
implements IAttributeWindowEvents

See Also:
Serialized Form

Constructor Summary
IAttributeWindowEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAttributeWindowEventsAdapter

public IAttributeWindowEventsAdapter()
Method Detail

onSelectionChanged

public 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

Specified by:
onSelectionChanged in interface IAttributeWindowEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onActivate

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
onActivate in interface IAttributeWindowEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onDeactivate

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
onDeactivate in interface IAttributeWindowEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onPositionChanged

public 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

Specified by:
onPositionChanged in interface IAttributeWindowEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.