Results 1 to 2 of 2

Thread: Tabbing

  1. #1
    Join Date
    Oct 2005
    Posts
    104

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    San Francisco
    Posts
    423

    Default

    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
  •