Eclipse RCP let two views communicate

后端 未结 2 1273
攒了一身酷
攒了一身酷 2021-01-07 02:32

I am currently building a RCP application based on Eclipse. In one of my plugins I am adding two views via code:

    layout.addView(\"dev.asd.tableviewer.tre         


        
2条回答
  •  时光取名叫无心
    2021-01-07 03:30

    Use the SelectionService for this issue. No referencing of views required, see http://www.eclipse.org/articles/Article-WorkbenchSelections/article.html

提交回复
热议问题