-
Dec 13th, 2006, 06:25 AM
#1
Tabbing
I would like to define the tab order between different views. I use Jide dockingmanager and now when I tab I do it according to the default KeyboardFocuManager in Swing. I need a way to define tab order between all components available on the screen. I think the best would be if I could inject the tab order dependency for the entire client and maybe set the KeyboardFocuManager on the dockingmangers frame.
Is there anyone who has been thinking along this path? And if so any best practises learned.
Cheers
Magnus
-
Dec 13th, 2006, 03:17 PM
#2
Magnus,
have you seen this thread on the JIDE support forums:
http://www.jidesoft.com/forum/viewto...&highlight=tab
It looks like you can register key pressed to navigate through the frames and the order is defined by the order they are added. If I get some time I'll investigate methods of making this easier via the integration code.
If you have any experimentation results please let me know
Jonny
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules