Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » GalleryTreeViewer: GalleryItem description with ListItemRenderer
GalleryTreeViewer: GalleryItem description with ListItemRenderer [message #60539] Wed, 19 November 2008 16:21 Go to next message
Justin Dolezy is currently offline Justin DolezyFriend
Messages: 68
Registered: July 2009
Member
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 14:29 Go to previous messageGo to next message
Nicolas Richeton is currently offline Nicolas RichetonFriend
Messages: 179
Registered: July 2009
Senior Member
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 08:26 Go to previous message
Justin Dolezy is currently offline Justin DolezyFriend
Messages: 68
Registered: July 2009
Member
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 14:29 Go to previous message
Nicolas Richeton is currently offline Nicolas RichetonFriend
Messages: 179
Registered: July 2009
Senior Member
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 08:26 Go to previous message
Justin Dolezy is currently offline Justin DolezyFriend
Messages: 68
Registered: July 2009
Member
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 Apr 19 15:48:33 GMT 2024

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

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

Back to the top