GenericMapCellLabelProvider无法解析为某种类型

时间:2014-10-20 12:44:27

标签: eclipse-rcp eclipse-emf emf tableviewer eclipse-databinding

我一直在做一些EFM数据绑定作为学习eclipse建模框架的一部分,而且一个与窗口构建器不兼容的东西是数据绑定TableViewer,因为它可以很好地阅读数据,但不适用于您想要编辑数据的时间。所以我关注Tom Shindl's关于如何做到这一点......麻烦在于这段代码:

tableViewerColumn.setLabelProvider(
                  new GenericMapCellLabelProvider(
                    "{0}", 
                    attributeMap
                  )
                );

它说GenericMapCellLabelProvider无法恢复...但是当我使用GenericMapCellLabelProvider时,它可以解决,有人可以帮助解释为什么会这样吗?我不认为我错过任何依赖项或包等..

0 个答案:

没有答案