Community
Participate
Working Groups
The GraphViewer does not handle post selection events. This is needed e.g. by the eclipse properties view.
Created attachment 208481 [details] Initial post selection events notification. I am not sure if this is the right place for post selection events notifications. But that makes the properties view work as expected.
BTW. I am not sure why you define your own listener lists as the base Viewer classes already have an attribute to collect the listeners. Specifically, I would have thought that you would be reusing e.g. - StructuredViewer.postSelectionChangedListeners - Viewer.selectionChangedListeners
Thanks for the patch. Fixed in 2.0 master and 1.x HEAD, see GraphViewerTests#testPostSelectionListener