I want to achieve following UI for tree item in a eclipse RCP e4 application
--------------------
|> Label [image]
--------------------
|> Label
|> Label
|> Label
---------------------
|> Label [image]
---------------------
Here a row should be capable of having different background color as well as height.I searched for such custom tree item. JFace treeItem seems to have limitations for showing images on right side, so wondering if NatTable fits for such custom tree item. Any suggestion would be helpful.
The question was if NatTable fits for such a custom tree, and the answer is yes. As NatTable is a custom painted control that doesn't build on SWT Tables and Trees, you are mostly free to do whatever you want.
From your question you have 3 requirements: