Eclipse RCP |如何从Widget端获取当前View?

发布于 2024-11-02 13:21:47 字数 111 浏览 0 评论 0原文

我正在为 Eclipse RCP 开发一个小部件。我制作了一个 Shell,我想将其与视图中的事件(调整大小、移动等)结合起来,其中我有一个 Composite。如何从复合视图的角度获取该复合视图所在的视图?

I am developing an Widget for Eclipse RCP. I made a Shell, which I want to combine with Events (Resize, Move etc.) in a View, in which I have a Composite. How from the Composite point of View I can get it's View, in which this Composite is placed?

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

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

发布评论

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

评论(1

深居我梦 2024-11-09 13:21:47

您始终可以调用 getParent() 来获取父控件。如果您感兴趣的组合不是直接父级,请考虑将所需的控件传递到构造函数中,并以这种方式跟踪它。

You can always call getParent() to get the parent control. If the composite you are interested in is not the direct parent, consider passing the control you want into the constructor, and keeping track of it that way.

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