Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Issues about LabelProvider and TreeViewer
Issues about LabelProvider and TreeViewer [message #603441] Fri, 20 November 2009 08:35 Go to next message
Javier  is currently offline Javier Friend
Messages: 2
Registered: November 2009
Junior Member
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 17:21 Go to previous message
Eclipse UserFriend
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.
Previous Topic:Inject Update Site URL into top-level feature
Next Topic:Issues about LabelProvider and TreeViewer
Goto Forum:
  


Current Time: Thu Apr 25 23:47:00 GMT 2024

Powered by FUDForum. Page generated in 0.02878 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top