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
Eclipse UserFriend
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: Sat Feb 15 05:15:52 GMT 2025

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

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

Back to the top