Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] questions on TableTree

Hello there,
I'm having problem trying to use icon for the first column in a TableTree (... I would like to have icon + text for the tree node items).

I have used a normal TableTree ->
--- TableTreeItem .setText (0, ...)
--- TableTreeItem .setImage (0, ...)
with no result ...

I have seen a TableTreeViewer ... would it be the right thing to use ... and how to specify the LabelProvider ?

Thanks for any help
Carmelo

Back to the top