|
|
|
Re: Support for JFace TableViewer Providers [message #901937 is a reply to message #900083] |
Wed, 15 August 2012 03:40  |
Eclipse User |
|
|
|
I think it wouldn't be too much of a problem to write a viewer that can use an IStructuredContentProvider to populate the rows of a NatTable. The big difference with the regular JFace table-like viewers is that they are row/column based, whereas NatTable is a grid. So one would have to introduce some kind of column model which which works with the content provider to populate the cells and provides configuration. Also, selections, actions (see, for example StructuredViewer.addDoubleClickListener()), etc. should be translated into a row/column based vocabulary. It's certainly a couple of weeks work, though.
|
|
|
Powered by
FUDForum. Page generated in 0.08414 seconds