如何创建一个带有多行标签的 org.eclipse.jface.preference.BooleanFieldEditor?

发布于 2024-08-28 17:26:36 字数 161 浏览 10 评论 0原文

ff。不起作用。 “第二行”与“第一行”在同一行上呈现。更重要的是,两者之间没有任何空间。

new BooleanFieldEditor("Name", "First line\nSecond line", getFieldEditorParent());

The ff. does not work. "Second line" is rendered on the same line as "First line". What's more is that there is no space between the two.

new BooleanFieldEditor("Name", "First line\nSecond line", getFieldEditorParent());

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

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

发布评论

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

评论(1

简单气质女生网名 2024-09-04 17:26:36

BooleanFieldEditor 使用 SWT 标签。您不能为这种类型的小部件指定多行。

我建议您需要通过子类化 FieldEditor 来创建自定义实现。

有两件事可以帮助解决这个问题:

The BooleanFieldEditor uses an SWT Label. You can't specify multiple lines for this type of widget.

I would suggest that you will need to create a custom implementation by subclassing FieldEditor.

Two things to help with this:

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