|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttributeWindowEvents
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 |
---|
static final int IIDaf97d767_9c26_400d_a176_37d67b6d3bd2
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void onSelectionChanged(IAttributeWindowEventsOnSelectionChangedEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onActivate(IAttributeWindowEventsOnActivateEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onDeactivate(IAttributeWindowEventsOnDeactivateEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onPositionChanged(IAttributeWindowEventsOnPositionChangedEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- 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 |