Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to provide a specific tab-style to move between editable cells
How to provide a specific tab-style to move between editable cells [message #332339] Mon, 20 October 2008 09:01
Michael Moser is currently offline Michael MoserFriend
Messages: 5
Registered: July 2009
Junior Member
Hi all,

I want to provide a specific tab-style which allows users to not only use
the TAB key to switch between editable cells, but as well a custom key
(e.g. use the CR key to move in the next row below and activate the cell).

A possible solution to my problem would be to extend ColumnViewerEditor
and provide my own implementation for processTraversEvent. However, as I
have learned from other discussion
( http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg23106.html)
extending ColumnViewerEditor might cause some problems.

Two questions:

- How can I modify/define other keys than "TAB" to move from editable cell
to editable cell?
- Is it advisable to override ColumnViewerEditor?
Previous Topic:Running my debugger a 2nd time
Next Topic:How to auto-create for import the folders from java package?
Goto Forum:
  


Current Time: Fri Mar 29 02:27:12 GMT 2024

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

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

Back to the top