Eclipse SDK中IWorkbenchWindow和IWorbenchPage的区别

发布于 2024-11-04 11:30:04 字数 76 浏览 2 评论 0原文

我仍然不明白两者之间有什么区别。 Eclipse 文档只是说一个窗口可以有很多页面,但是什么时候会发生这种情况呢?什么情况下页数大于一页?

I still don't get what the difference is between the two. The eclipse docs just say that a window can have many pages, but when does that happen? Under what circumstances is the number of pages more than one?

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

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

发布评论

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

评论(1

拥有 2024-11-11 11:30:04

仅当运行 Eclipse 2.0 或更早版本时,窗口中才会有多个页面。 API 的存在只是为了保持与旧版本的二进制向后兼容性。 Eclipse 3.x 每个工作台窗口不具有多个页面。

You will have multiple pages in a window only if you are running Eclipse 2.0 or earlier. The API is there only to maintain binary backward compatibility with the older releases. Eclipse 3.x doesn't have multiple pages per workbench window.

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