Skip to main content



      Home
Home » Eclipse Projects » Nebula » GalleryTreeViewer: GalleryItem description with ListItemRenderer
GalleryTreeViewer: GalleryItem description with ListItemRenderer [message #60539] Wed, 19 November 2008 11:21 Go to next message
Eclipse UserFriend
Hi,

I was wondering if there's a way to have the ListItemRenderer show the
GalleryItem's description when using the GalleryTreeViewer?

My guess is that the JFace API basically means this is not possible and
the viewer would need to be replaced with a raw Gallery widget, right?

Many thanks,
Justin
Re: GalleryTreeViewer: GalleryItem description with ListItemRenderer [message #60852 is a reply to message #60539] Fri, 21 November 2008 09:29 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

This is not currently possible, but we could use the ITableLabelProvider
and use columns to select which String we ask.

Column 0 : Label
Column 1 : Description 1
Column 2 : Description 2

A few changes are required in the viewer.
Can you open a bug for this ?

Thanks,
--
Nicolas
Justin a écrit :
> Hi,
>
> I was wondering if there's a way to have the ListItemRenderer show the
> GalleryItem's description when using the GalleryTreeViewer?
>
> My guess is that the JFace API basically means this is not possible and
> the viewer would need to be replaced with a raw Gallery widget, right?
>
> Many thanks,
> Justin
>
>
>
Re: GalleryTreeViewer: GalleryItem description with ListItemRenderer [message #60899 is a reply to message #60852] Wed, 26 November 2008 03:26 Go to previous message
Eclipse UserFriend
Hi Nicolas,

That's a cool idea. Enhancement request added!

https://bugs.eclipse.org/bugs/show_bug.cgi?id=256552

Justin

Nicolas Richeton wrote:

> Hi,

> This is not currently possible, but we could use the ITableLabelProvider
> and use columns to select which String we ask.

> Column 0 : Label
> Column 1 : Description 1
> Column 2 : Description 2

> A few changes are required in the viewer.
> Can you open a bug for this ?

> Thanks,
> --
> Nicolas
> Justin a écrit :
>> Hi,
>>
>> I was wondering if there's a way to have the ListItemRenderer show the
>> GalleryItem's description when using the GalleryTreeViewer?
>>
>> My guess is that the JFace API basically means this is not possible and
>> the viewer would need to be replaced with a raw Gallery widget, right?
>>
>> Many thanks,
>> Justin
>>
>>
>>
Re: GalleryTreeViewer: GalleryItem description with ListItemRenderer [message #592788 is a reply to message #60539] Fri, 21 November 2008 09:29 Go to previous message
Eclipse UserFriend
Hi,

This is not currently possible, but we could use the ITableLabelProvider
and use columns to select which String we ask.

Column 0 : Label
Column 1 : Description 1
Column 2 : Description 2

A few changes are required in the viewer.
Can you open a bug for this ?

Thanks,
--
Nicolas
Justin a écrit :
> Hi,
>
> I was wondering if there's a way to have the ListItemRenderer show the
> GalleryItem's description when using the GalleryTreeViewer?
>
> My guess is that the JFace API basically means this is not possible and
> the viewer would need to be replaced with a raw Gallery widget, right?
>
> Many thanks,
> Justin
>
>
>
Re: GalleryTreeViewer: GalleryItem description with ListItemRenderer [message #592824 is a reply to message #60852] Wed, 26 November 2008 03:26 Go to previous message
Eclipse UserFriend
Hi Nicolas,

That's a cool idea. Enhancement request added!

https://bugs.eclipse.org/bugs/show_bug.cgi?id=256552

Justin

Nicolas Richeton wrote:

> Hi,

> This is not currently possible, but we could use the ITableLabelProvider
> and use columns to select which String we ask.

> Column 0 : Label
> Column 1 : Description 1
> Column 2 : Description 2

> A few changes are required in the viewer.
> Can you open a bug for this ?

> Thanks,
> --
> Nicolas
> Justin a écrit :
>> Hi,
>>
>> I was wondering if there's a way to have the ListItemRenderer show the
>> GalleryItem's description when using the GalleryTreeViewer?
>>
>> My guess is that the JFace API basically means this is not possible and
>> the viewer would need to be replaced with a raw Gallery widget, right?
>>
>> Many thanks,
>> Justin
>>
>>
>>
Previous Topic:Gallery: no SelectionEvent when selection becomes empty
Next Topic:[GalleryTreeViewer] ListItemRenderer not honoring IColorProvider
Goto Forum:
  


Current Time: Fri Jul 04 20:50:56 EDT 2025

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

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

Back to the top