Skip to main content

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


Hi there
Ya u have to use TableTreeviewer.there ie an example in the following URL for the tableViewer use the same
http://www.eclipse.org/articles/Article-Table-viewer/table_viewer.html

Thanks and regards
-Pavanesh








"Carmelo Scala" <carmeloscala@xxxxxxxxxxx>

Sent by:
platform-swt-dev-admin@xxxxxxxxxxx

03/15/2005 03:55 PM
Please respond to platform-swt-dev

       
        To:        <platform-swt-dev@xxxxxxxxxxx>
        cc:        (bcc: pavanesh netrakar/BTC/SC/PHILIPS)
        Subject:        [platform-swt-dev] questions on TableTree

        Classification:        




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
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top