Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Cell navigation
Cell navigation [message #630430] Sat, 02 October 2010 10:21 Go to next message
Marco Maccaferri is currently offline Marco MaccaferriFriend
Messages: 147
Registered: July 2009
Senior Member
Hi.

I'm trying to use JFace's cell navigation framework to replace some
custom classes. I'm starting from Snippet058 however it doesn't seems to
work as I would like. I mean, cell navigation works well until an editor
is activated, at this point only TAB navigation works. I would like to
use up and down arrows to move to the upper and lower rows even when the
editors are active. Is this possible ? How ?

Regards,
Marco.
Re: Cell navigation [message #630984 is a reply to message #630430] Tue, 05 October 2010 18:08 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
I don't think it easily possible and I don't think this is a good idea
because e.g. when you use a ComboEditor up and down are there to select
an entry in the list.

Tom

Am 02.10.10 12:21, schrieb Marco Maccaferri:
> Hi.
>
> I'm trying to use JFace's cell navigation framework to replace some
> custom classes. I'm starting from Snippet058 however it doesn't seems to
> work as I would like. I mean, cell navigation works well until an editor
> is activated, at this point only TAB navigation works. I would like to
> use up and down arrows to move to the upper and lower rows even when the
> editors are active. Is this possible ? How ?
>
> Regards,
> Marco.
Re: Cell navigation [message #630990 is a reply to message #630984] Tue, 05 October 2010 18:48 Go to previous messageGo to next message
Marco Maccaferri is currently offline Marco MaccaferriFriend
Messages: 147
Registered: July 2009
Senior Member
On 05/10/2010 20:08 Tom Schindl ha scritto:

> I don't think it easily possible and I don't think this is a good idea
> because e.g. when you use a ComboEditor up and down are there to select
> an entry in the list.

I know, in that case up and down arrows won't navigate through cells.

I already have the code to do that kind of cell navigation, I was only
trying to replace it with a standard framework, but I understand that it
wasn't designed to work with editors active.

Regards,
Marco.
Re: Cell navigation [message #631010 is a reply to message #630990] Tue, 05 October 2010 20:04 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
BTW up/down navigation is provided with CTRL+TAB and CTRL+SHIFT+TAB

Tom

Am 05.10.10 20:48, schrieb Marco Maccaferri:
>
> On 05/10/2010 20:08 Tom Schindl ha scritto:
>
>> I don't think it easily possible and I don't think this is a good idea
>> because e.g. when you use a ComboEditor up and down are there to select
>> an entry in the list.
>
> I know, in that case up and down arrows won't navigate through cells.
>
> I already have the code to do that kind of cell navigation, I was only
> trying to replace it with a standard framework, but I understand that it
> wasn't designed to work with editors active.
>
> Regards,
> Marco.
Previous Topic:hide a Dialog without disposing it
Next Topic:Data getting truncated in a TableViewer
Goto Forum:
  


Current Time: Fri Apr 26 03:26:01 GMT 2024

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

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

Back to the top