[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Using two foreground colors in Tree column
|
- From: Peter Stibrany <peter@xxxxxxxxxx>
- Date: Thu, 17 Sep 2009 20:41:25 +0200
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.23 (Windows/20090812)
Thank you for examples. I should be able to use these!
-Peter
Grant Gayed wrote:
> At the swt level:
> http://www.eclipse.org/articles/article.php?file=Article-CustomDrawingTableAndTreeItems/index.html
>
> Grant
>
>
> "Tom Schindl" <tom.schindl@xxxxxxxxxxxxxxx> wrote in message
> news:h8rf4h$lt0$1@xxxxxxxxxxxxxxxxxxxx
>> You need to use owner draw or if you don't want to implement this your
>> own use the
>> http://wiki.eclipse.org/JFaceSnippets#Snippet049StyledCellLabelProvider
>>
>> Tom
>>
>> Peter Stibrany schrieb:
>>> Hello,
>>>
>>> in my application, I use Tree widget with multiple columns. In one
>>> column, I display standard OSGi version number, e.g. "1.3.2.qualifier".
>>> I'd like to display qualifier part in grey, because it's not so
>>> important for my users, but rest of version (i.e. "1.3.2" part) should
>>> be in black. Is it possible to do this in Tree column?
>>>
>>> Thank you,
>>> -Peter Stibrany
>
>