[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: TableViewer without FULL_SELECTION

Tom Schindl wrote:

> Selecting a table-cell is not supported by SWT-Table you'll need to use
> Nebula-Grid which provides this feature. If you *don't* need to support
> multi-selections you could stay with SWT-Table and use JFace features to
> make this work (but we currently don't support multi-selection see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=206692!).
> 
> Tom
> 

Ouch!  Thanks for the prompt reply.  I do need multi-selection.  I'm leery
of investing a bunch of work to try out alpha software, but GridViewer
extends AbstractTableViewer, which makes it at least somewhat
API-compatible with TableViewer.  Does Grid/GridViewer support all of the
current functionality of Table/TableViewer?  Would I need to rewrite my
content providers, label providers, or sort listeners? 

- David