Know which node is highlighted

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

0
正式评论

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

请先登录再写评论。