Eclipse SDK中IWorkbenchWindow和IWorbenchPage的区别
我仍然不明白两者之间有什么区别。 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅当运行 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.