[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: TableViewer and CellLabelProviders
|
I filed a bug (229139), but since things work as long as the column label
providers are set last, perhaps all that's required is an update to the
documentation.
Thanks for the ColumnLabelProvider tip. I'll definitely use that class.
"Tom Schindl" <tom.schindl@xxxxxxxxxxxxxxx> wrote in message
news:fv53ud$h0s$1@xxxxxxxxxxxxxxxxxxxx
> Hi Sarah,
>
> Could you please file a bug against Platform/UI and CC me on the bug. I'm
> not sure we can do anything against that.
>
> We didn't deprecated the ITable*, ICellModifier ... interfaces because
> it's not wrong to use them and there are so much code out there which uses
> them.
>
> When I talk about old API I refer to:
> ITable*, ICellModified, ... the API that was around before 3.3
>
> When I talk about new API I refer to:
> ColumnLabelProvider, TableViewerColumn, EditingSupport, ... that was added
> in 3.3
>
> In real code I'd suggest to use ColumnLabelProvider instead of
> CellLabelProvider.
>
> Tom