Publishing selection in eclipse RCP
Posted
by Stuart
on Stack Overflow
See other posts from Stack Overflow
or by Stuart
Published on 2010-05-24T10:36:02Z
Indexed on
2010/05/24
10:41 UTC
Read the original article
Hit count: 512
I'm writing an RCP application plug-in. I want to make a set of objects the global selection from a IHandler but this can be triggered from other views out of my control - it is possible that these do not have an ISelectionProvider.
Is it possible to publish a selection to the eclipse selection service without going through some view site?
© Stack Overflow or respective owner