Issues about LabelProvider and TreeViewer [message #603441] |
Fri, 20 November 2009 03:35  |
Eclipse User |
|
|
|
Hi Folks:
Firts of all, thanks for you help. I talk you about my problem:
I'm developing a plug-in to parser a file and view the results as a tree, using a TreeViewer. For each leaf, I use a LabelProvider with a text and icon. I have a class that extends LabelProvider and here, I've implemented methods getText() and getImage(). I see, the icon is always in the first position and then the text. Is there any way to change that? I'd like to put the text first and icon, next.
If that is not possible, is there any other way to paint a tree, putting text and icon? Using another class instead of TreeViewer? I hope I've explained well.
Your comments will be well received.
Thank you very much.
|
|
|
Re: Issues about LabelProvider and TreeViewer [message #603857 is a reply to message #603441] |
Wed, 23 December 2009 12:21  |
Eclipse User |
|
|
|
Hi Javier
a possible solution would be painting by yourself. You should be able to
implement it analog the table example (following the link).
http://www.eclipse.org/articles/Article-CustomDrawingTableAn dTreeItems/index.html#_tr12J
BR
Andreas
Javier wrote:
> Hi Folks:
>
> Firts of all, thanks for you help. I talk you about my problem:
>
> I'm developing a plug-in to parser a file and view the results as a
> tree, using a TreeViewer. For each leaf, I use a LabelProvider with a
> text and icon. I have a class that extends LabelProvider and here, I've
> implemented methods getText() and getImage(). I see, the icon is always
> in the first position and then the text. Is there any way to change
> that? I'd like to put the text first and icon, next.
>
> If that is not possible, is there any other way to paint a tree, putting
> text and icon? Using another class instead of TreeViewer? I hope I've
> explained well.
>
> Your comments will be well received.
>
> Thank you very much.
|
|
|
Powered by
FUDForum. Page generated in 0.08289 seconds