Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » grid column rendering
grid column rendering [message #31939] Thu, 22 March 2007 03:54 Go to next message
Eclipse UserFriend
Originally posted by: parker.yahoo.co.uk

Hi,

can any one help me to make a start on how to override the default
rendering provided for grid columns.


Thanks n advance
Parker
Re: grid column rendering [message #31979 is a reply to message #31939] Thu, 22 March 2007 16:32 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Hi Parker,

To override the rendering you simply need to create your own renderer
that derives from either AbstractRenderer or the other related
subclasses (GridCellRenderer,GridHeaderRenderer) and then just set that
renderer using the appropriate setter. For more information I suggest
you explore the Grid source code.

Regards,
-Chris

parker wrote:
>
> Hi,
>
> can any one help me to make a start on how to override the default
> rendering provided for grid columns.
>
>
> Thanks n advance
> Parker
>
Re: grid column rendering [message #580305 is a reply to message #31939] Thu, 22 March 2007 16:32 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Hi Parker,

To override the rendering you simply need to create your own renderer
that derives from either AbstractRenderer or the other related
subclasses (GridCellRenderer,GridHeaderRenderer) and then just set that
renderer using the appropriate setter. For more information I suggest
you explore the Grid source code.

Regards,
-Chris

parker wrote:
>
> Hi,
>
> can any one help me to make a start on how to override the default
> rendering provided for grid columns.
>
>
> Thanks n advance
> Parker
>
Previous Topic:grid column rendering
Next Topic:How to build Nebula projects from CVS
Goto Forum:
  


Current Time: Thu Apr 25 22:45:18 GMT 2024

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

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

Back to the top