I need a Java SWT widget that can help me achieve what is shown in box 3. It should have the indentation of a tree but not display the twistie. Have tried NatTable too.. but it doesn't help.
Else, are there any hacks to achieve this?
I need a Java SWT widget that can help me achieve what is shown in box 3. It should have the indentation of a tree but not display the twistie. Have tried NatTable too.. but it doesn't help.
Else, are there any hacks to achieve this?
As you are not allowed to use Nebula widgets and the customization of the native widgets below on OS layer is not recommended (it might break with each OS update) the only solution I would see is to use custom drawing. Maybe by painting over the icons.
How to do custom drawing in a table or tree is explained here: https://www.eclipse.org/articles/article.php?file=Article-CustomDrawingTableAndTreeItems/index.html