ECLIPSE RCP 应用程序:打开另一个窗口后视图消失

发布于 2024-12-01 09:56:02 字数 143 浏览 5 评论 0原文

我在一个窗口中有 3 个视图。第一个视图包含来自树查看器的内容。第二个视图的内容位于 FillLayout 中。两个视图都从数据库获取数据。 一旦我点击第二个视图中的链接,就会弹出新窗口。但这个窗口失去了第一和第二视图。我不知道我在这里缺少什么。 任何见解都受到高度赞赏。

I have 3 views in a window. The first view has content from a tree viewer. The second view has content in FillLayout. Both views get the data from the DB.
Once I click on a link from the second view, I get the new window popping out. But this window looses both first and second views. I don't know what I am missing here.
Any insight is highly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

素衣风尘叹 2024-12-08 09:56:02

我认为您打开的窗口仅显示其他窗口中未打开的视图,这就是为什么您只看到一个视图。您应该寻找其他打开新窗口的方法(据我所知有很多方法,openWorkbenchWindow只是其中之一)
看看这里寻求一些帮助,看起来相当不错与你的问题类似。

I think the window you are opening is showing just the views which are not opened in other windows, thats why you see just a single view. You should search for other ways of opening a new window (as far as I know there are many ways and openWorkbenchWindow is just one of them)
Have a look here for some help, looks quite similar to your problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文