JFace Table API with Eclipse RCP

Today I had to create a new view inside on an Eclipse RCP application representing data inside a table. I found the following article

which you may be interested in. It perfectly illustrates everything you need for creating a table with clear code examples.