|
|||||||||
| 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
| 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 IOException,
AutomationException
onSelectionChanged in interface IAttributeWindowEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onActivate(IAttributeWindowEventsOnActivateEvent theEvent)
throws IOException,
AutomationException
onActivate in interface IAttributeWindowEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onDeactivate(IAttributeWindowEventsOnDeactivateEvent theEvent)
throws IOException,
AutomationException
onDeactivate in interface IAttributeWindowEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onPositionChanged(IAttributeWindowEventsOnPositionChangedEvent theEvent)
throws IOException,
AutomationException
onPositionChanged in interface IAttributeWindowEventstheEvent - The event
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 | ||||||||