[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.nebula] Re: Traverse between cells using Tab key

Hi Raghava,

Raghava wrote:
I am using gridviewer for Table.

I have a requirement:

On "Tab" key traverse should be happend between Cell Editors in the table.

Is the above requirement is possible? (With arrow keys traverse between cells is already existing.)

You can extend ColumnViewerEditor class and override processTraverseEvent method to calculate next cell and start editor in it.
Then you can set this editor to the grid viewer with setColumnViewerEditor method.
--
Best regards,
Sergey.