Know which node is highlighted

Is it possible for me to know which node is selected when implementing a ProjectViewDecorator?

0
2 comments
Official comment

No. ProjectViewNodeDecorator is called when the underlying data in the project view changes, but it's not called again when the selection changes.

Please sign in to leave a comment.