On 2011-06-15 12:17, raghav wrote:
> hi
> im new to eclipse rcp can someone guide me in knowing the difference
> between table(SWT) and tableviewer.
The swt table is a real control, while tableviewer is a wrapper of this
table control that provides a higher level abstraction into a model view
concept.