Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » keeping buttons off of tab groups?
keeping buttons off of tab groups? [message #446176] Thu, 18 November 2004 23:03 Go to next message
Eclipse UserFriend
I've googled this to no avail. I have a couple of buttons in my dialog
that perform somewhat drastic actions. Therefore I do not want the user
to be able to tab to them to minimize the chance of them being
accidentally selected. How do you knock buttons off the tab group? I am
not sure tab group is the right term, but I am referring to the group of
controls that get selected when the user hits the tab key.

--PK
Re: keeping buttons off of tab groups? [message #446181 is a reply to message #446176] Fri, 19 November 2004 09:05 Go to previous messageGo to next message
Eclipse UserFriend
Composite.setTabList(...) should help you here.

"Pierce Krouse" <pkrouse@austin.rr.com> wrote in message
news:cnjr9n$8pr$1@www.eclipse.org...
> I've googled this to no avail. I have a couple of buttons in my dialog
> that perform somewhat drastic actions. Therefore I do not want the user
> to be able to tab to them to minimize the chance of them being
> accidentally selected. How do you knock buttons off the tab group? I am
> not sure tab group is the right term, but I am referring to the group of
> controls that get selected when the user hits the tab key.
>
> --PK
>
Re: keeping buttons off of tab groups? [message #446183 is a reply to message #446181] Fri, 19 November 2004 09:46 Go to previous message
Eclipse UserFriend
Grant Gayed wrote:

> Composite.setTabList(...) should help you here.
Thanks Grant, that was what I needed.

--PK
Previous Topic:focuslistener and buttons don't mix?
Next Topic:How to print an AWT BufferedImage using SWT?
Goto Forum:
  


Current Time: Sat Jul 05 01:08:31 EDT 2025

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

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

Back to the top