|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.editor.IAttributeWindowEventsAdapter
public class IAttributeWindowEventsAdapter
Adapter for COM Event Interface 'com.esri.arcgis.editor.IAttributeWindowEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.editor.IAttributeWindowEvents |
|---|
IID, IIDaf97d767_9c26_400d_a176_37d67b6d3bd2, xxDummy |
| 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 |
|---|
public IAttributeWindowEventsAdapter()
| Method Detail |
|---|
public void onSelectionChanged(IAttributeWindowEventsOnSelectionChangedEvent theEvent)
throws java.io.IOException,
AutomationException
onSelectionChanged in interface IAttributeWindowEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onActivate(IAttributeWindowEventsOnActivateEvent theEvent)
throws java.io.IOException,
AutomationException
onActivate in interface IAttributeWindowEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onDeactivate(IAttributeWindowEventsOnDeactivateEvent theEvent)
throws java.io.IOException,
AutomationException
onDeactivate in interface IAttributeWindowEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onPositionChanged(IAttributeWindowEventsOnPositionChangedEvent theEvent)
throws java.io.IOException,
AutomationException
onPositionChanged in interface IAttributeWindowEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||