[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.nebula] Re: BG Color for a PShelfItem
|
You need to implement your own renderer yes.
Tom
Santhosh schrieb:
> Hi Everyone ,
>
> I am relatively new to SWT and Nebula .
>
> I have a requirement to display multiple composites within a PShelf
> which i am able to do with ease .
>
> However , I have another requirement to change the BG Color of the
> PShelfItem if a particular threshold is reached .
> PShelfItem item1 = new PShelfItem(pshelf,SWT.NONE);
> item1.setText("Navigation");
>
> // item1.setBackGround() ## Not available .
>
> IS there a way to change the BG color of a PShelfItem ?
>
> On analyzing, found that color changing prop is available only to PShelf
> and a renderer can be set only to a PShelf
> Please advice .
>
> Thanks in advance,
> Santhosh
>