Eclipse plugin Eclipse插件将org.Eclipse.swt.widgets.TreeColumn的单元格更改为下拉框或组合框

Eclipse plugin Eclipse插件将org.Eclipse.swt.widgets.TreeColumn的单元格更改为下拉框或组合框,eclipse-plugin,editor,rcp,Eclipse Plugin,Editor,Rcp,我想知道当您输入以下内容时,如何将TreeColumn的单元格从文本更改为下拉框或组合框,就像XML编辑器所做的那样: <?xml version="1.0" encoding="UTF-8"?> <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x

我想知道当您输入以下内容时,如何将
TreeColumn
的单元格从文本更改为下拉框或组合框,就像XML编辑器所做的那样:

<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4" 
    xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
</web-app>

在Eclipse的XML编辑器的源页面中,然后切换到其设计页面,您将看到版本行的内容列与其他列不同,它是一个下拉框或组合框,而其他列是测试框。

我认为您可以使用它