com.esri.arcgis.editor
Interface IAttributeWindowEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IAttributeWindowEventsAdapter, IAttributeWindowEventsProxy

public interface IAttributeWindowEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'IAttributeWindowEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to Attribute Inspector events. Implement it to listen to specific events that occur when the Attribute Inspector is used.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDaf97d767_9c26_400d_a176_37d67b6d3bd2
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDaf97d767_9c26_400d_a176_37d67b6d3bd2

static final int IIDaf97d767_9c26_400d_a176_37d67b6d3bd2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onSelectionChanged

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

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

onActivate

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

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

onDeactivate

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

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

onPositionChanged

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

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