Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » keyboard navigation across containers
keyboard navigation across containers [message #181649] Wed, 18 May 2005 16:06 Go to next message
Jason Woods is currently offline Jason WoodsFriend
Messages: 5
Registered: July 2009
Junior Member
I am unable to navigate (with the arrow keys) between a node in one
container to a node in another container (the containers share the same
parent and are physically next to each other). I can navigate between
nodes in the same container just fine...it just when I need to make the
"jump" to the next container's nodes the it doesn't work.

BTW (in case this matters), I have disabled selection requests for the
containers (I actually return the root edit part for the container
selection requests). This is because I want them to appear as part of the
root container (they are in essence swimlanes).

What piece of code is responsible for the arrow key navigation? What will
I need to do (roughly) to get cross container navigation?

Thanks,

- Jason
Re: keyboard navigation across containers [message #181812 is a reply to message #181649] Thu, 19 May 2005 15:42 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

I haven't looked at the keyboard handler in a while, but I think there is a
navigation siblings method which rounds up all of the things which you want
to consider as at the same navigation level.

You know about ALT+UP and DOWN I assume?

"Jason Woods" <javajaws@excite.com> wrote in message
news:2e65099be37e1b819b69d8b4e2347cab$1@www.eclipse.org...
>
> I am unable to navigate (with the arrow keys) between a node in one
> container to a node in another container (the containers share the same
> parent and are physically next to each other). I can navigate between
> nodes in the same container just fine...it just when I need to make the
> "jump" to the next container's nodes the it doesn't work.
> BTW (in case this matters), I have disabled selection requests for the
> containers (I actually return the root edit part for the container
> selection requests). This is because I want them to appear as part of the
> root container (they are in essence swimlanes).
>
> What piece of code is responsible for the arrow key navigation? What will
> I need to do (roughly) to get cross container navigation?
>
> Thanks,
>
> - Jason
>
Previous Topic:Draw2d and SWT working together
Next Topic:BendConnectionRouter example request
Goto Forum:
  


Current Time: Thu Apr 25 13:33:24 GMT 2024

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

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

Back to the top