|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAttributeWindowEvents
Provides access to Attribute Inspector events. Implement it to listen to specific events that occur when the Attribute Inspector is used.
| 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 |
|---|
void onSelectionChanged(IAttributeWindowEventsOnSelectionChangedEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onActivate(IAttributeWindowEventsOnActivateEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onDeactivate(IAttributeWindowEventsOnDeactivateEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onPositionChanged(IAttributeWindowEventsOnPositionChangedEvent theEvent)
throws IOException,
AutomationException
theEvent - 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 | ||||||||