我终于设法创建了一个 Eclipse RCP -Intro-Page。页面的内容由 introContent.xml 通过一些 css-sheets 管理。每次,当我启动 Eclipse-Application 时,都会出现介绍。介绍看起来不错.. - 到目前为止一切都很好。但是有 1 件丑陋的事情:Intro 像常见的 eclipse-intro 一样嵌入在 Tab 中:http: //blog.hexagonstar.com/wp-content/uploads/eclipse_intro_screen.jpg
但我喜欢将介绍嵌入到 swt-composite 中。目前它看起来像这样:
IIntroPart currentIntro = getWorkbench().getIntroManager().showIntro(null, false);
有没有办法将它嵌入到复合材料中?