Hi,
I am developing an ArcMap Add-in using Java SDK, and I am looking for the following functionality;
When I click a feature on the map using the Identify tool, I will see all the features on the identify tool's Dockable window.
When I click on any feature in the Identify tool's window, I see a flash on the feature on the map.
What I want is;
Can I know which event is fired when I click on the feature in the identify window?
I want to know the event listener which I can implement and catch that "onClick" event, so that I can add my custom code there.
I am developing an ArcMap Add-in using Java SDK, and I am looking for the following functionality;
When I click a feature on the map using the Identify tool, I will see all the features on the identify tool's Dockable window.
When I click on any feature in the Identify tool's window, I see a flash on the feature on the map.
What I want is;
Can I know which event is fired when I click on the feature in the identify window?
I want to know the event listener which I can implement and catch that "onClick" event, so that I can add my custom code there.