如果 IViewSite 类没有任何子级,那么 getViewSite().getWorkbenchWindow() 有何意义?

发布于 2024-12-04 01:59:52 字数 178 浏览 2 评论 0原文

我在文档中读到 IViewSite 是一个无子接口,那么 IViewSite 类型的对象如何执行 getWorkbenchWindow() 方法,如果它没有任何子类来实现它吗?

(在文档中它说这个类不应该由客户端实现;但它没有任何其他预制的子类)

I read in the docs that IViewSite is a children-less interface, so how can an object of type IViewSite execute the getWorkbenchWindow() method if it does not have any child class to implement it?

(In the docs it says that this class is not supposed to be implemented by clients; but it does not have any other premade children)

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

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

发布评论

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

评论(1

温馨耳语 2024-12-11 01:59:52

查看 IViewSite 的类型层次结构(打开该类,然后按 CTRL-T)。它将向您显示一个实现类org.eclipse.ui.internal.ViewSite
文档基本上说这不应该让您担心。

Look at the type hierarchy of IViewSite (Open the class, then hit CTRL-T). It will show you an implementation class org.eclipse.ui.internal.ViewSite.
The docs basically say that this should not concern you.

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