Eclipse PDE,创建控件

发布于 2024-12-03 02:52:33 字数 119 浏览 0 评论 0原文

从非常有用的模板中我得到了一些控件。但我如何发现这些控件的位置。

例如,我知道如何创建标签或按钮,但如何找到复选框或将浏览器添加到按钮、列表框...

是否没有任何文档可供开发人员找到这些内容?

From the very helpful templates I´ve got some controls. But how do I discover where those controls are located.

For example I know how to create a label or a button but how can I find a checkbox or add a browser to a button a List Box ...

Isn´t there any documentation where a developer can find those things?

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

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

发布评论

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

评论(2

葬﹪忆之殇 2024-12-10 02:52:33

您可以使用 Plugin Spy 来查看这些控件是如何引用的其他插件,以便在您自己的插件中复制它。

插件间谍

You could use the Plugin Spy to see how those control are referenced in other plugins, in order to replicate that in your own plugins.

plugin spy

顾忌 2024-12-10 02:52:33

例如,我知道如何创建标签或按钮,但如何找到复选框或将浏览器添加到按钮、列表框...

复选框是带有 SWT 的 Button .CHECK 风格。

没有任何文档可以让开发人员找到这些东西吗?

我买了一本SWT书。 SWT 和 JFace 权威指南。

For example I know how to create a label or a button but how can I find a checkbox or add a browser to a button a List Box ...

A checkbox is a Button with the SWT.CHECK style.

Isn't there any documentation where a developer can find those things?

I bought an SWT book. The Definitive Guide to SWT and JFace.

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