可以将复选框添加到SWT组边框

时间:2023-01-20 21:44:40

I want a SWT Border with radio Button, so using Group with some text name. But I want to provide a radio button prefix to the group name border. Is it possible? 可以将复选框添加到SWT组边框

我想要一个带有单选按钮的SWT边框,所以使用带有一些文本名称的Group。但我想为组名边框提供单选按钮前缀。可能吗?

2 个解决方案

#1


5  

By default this is not possible. The opal project has something similar with Checkboxes, see here

默认情况下,这是不可能的。蛋白石项目与Checkboxes类似,请参见此处

#2


0  

You can do this by overlaying your radio button on group using the FormLayout.

您可以通过使用FormLayout覆盖组上的单选按钮来完成此操作。

#1


5  

By default this is not possible. The opal project has something similar with Checkboxes, see here

默认情况下,这是不可能的。蛋白石项目与Checkboxes类似,请参见此处

#2


0  

You can do this by overlaying your radio button on group using the FormLayout.

您可以通过使用FormLayout覆盖组上的单选按钮来完成此操作。