Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Eclipse 开发一个多页面编辑器,并希望将通用特性和功能分组到一个通用标题/标签下的组中。我将如何在我的 Eclipse 插件编辑器代码中对此进行编码?
请查看此图片:
如何创建这些组、“一般信息”、“插件内容”等?
图像中的编辑器正在使用Eclipse Forms。这些组是使用Sections创建的。在普通 SWT 中,您将使用Groups代替。
Section
Group