Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Suggestions for display of editable and non-editable cells in Grid
Suggestions for display of editable and non-editable cells in Grid [message #47160] Wed, 23 January 2008 07:02 Go to next message
Eclipse UserFriend
Originally posted by: chethan.kumarbr.in.bosch.com

Hello,

Can anyone give suggestions for my below points,

1.In grid as the default background is white; we can't differentiate
between editable and non-editable cells till we select the cell.
So what would be the better GUI approach to represent editable and
non-editable cells?

2.What is the better GUI approach to display default values in grid
(editable/non-editable)? Default values are values that the user has not
entered but a possible value he could enter in the cell.

Thanks & Regards,
Chethan
Re: Suggestions for display of editable and non-editable cells in Grid [message #47589 is a reply to message #47160] Sun, 27 January 2008 14:59 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Hi Chethan,

If you wrote your own cell renderer, you could put watermarks or other
decorations inside the cell to denote any special information.

Regards,
-Chris

Chethan wrote:
> Hello,
>
> Can anyone give suggestions for my below points,
>
> 1.In grid as the default background is white; we can't differentiate
> between editable and non-editable cells till we select the cell.
> So what would be the better GUI approach to represent editable and
> non-editable cells?
> 2.What is the better GUI approach to display default values in grid
> (editable/non-editable)? Default values are values that the user has not
> entered but a possible value he could enter in the cell.
> Thanks & Regards,
> Chethan
>
Re: Suggestions for display of editable and non-editable cells in Grid [message #49541 is a reply to message #47589] Mon, 18 February 2008 07:26 Go to previous message
Eclipse UserFriend
Originally posted by: chethan.kumarbr.in.bosch.com

Hello Chris,

Thanks for the answer...

I am already painting the background and setting images,text in columns
using 'GridColumnLabelProvider', which does the same work as cell
renderers i feel.

Is this cell renderer different from 'GridColumnLabelProvider'? If same,
which will be the better one to use in Grid viewer, cell renderers or
'GridColumnLabelProvider'?

Regards,
Chethan
Re: Suggestions for display of editable and non-editable cells in Grid [message #587988 is a reply to message #47160] Sun, 27 January 2008 14:59 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Hi Chethan,

If you wrote your own cell renderer, you could put watermarks or other
decorations inside the cell to denote any special information.

Regards,
-Chris

Chethan wrote:
> Hello,
>
> Can anyone give suggestions for my below points,
>
> 1.In grid as the default background is white; we can't differentiate
> between editable and non-editable cells till we select the cell.
> So what would be the better GUI approach to represent editable and
> non-editable cells?
> 2.What is the better GUI approach to display default values in grid
> (editable/non-editable)? Default values are values that the user has not
> entered but a possible value he could enter in the cell.
> Thanks & Regards,
> Chethan
>
Re: Suggestions for display of editable and non-editable cells in Grid [message #588628 is a reply to message #47589] Mon, 18 February 2008 07:26 Go to previous message
Eclipse UserFriend
Originally posted by: chethan.kumarbr.in.bosch.com

Hello Chris,

Thanks for the answer...

I am already painting the background and setting images,text in columns
using 'GridColumnLabelProvider', which does the same work as cell
renderers i feel.

Is this cell renderer different from 'GridColumnLabelProvider'? If same,
which will be the better one to use in Grid viewer, cell renderers or
'GridColumnLabelProvider'?

Regards,
Chethan
Previous Topic:DateChooser selects value by arrow keys and ignores modifiers.
Next Topic:Gallery Item event listeners
Goto Forum:
  


Current Time: Fri Apr 19 16:31:10 GMT 2024

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

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

Back to the top