Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » keeping buttons off of tab groups?
keeping buttons off of tab groups? [message #446176] Fri, 19 November 2004 04:03 Go to next message
Pierce is currently offline PierceFriend
Messages: 42
Registered: July 2009
Member
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 14:05 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
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 14:46 Go to previous message
Pierce is currently offline PierceFriend
Messages: 42
Registered: July 2009
Member
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: Fri Apr 26 20:30:57 GMT 2024

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

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

Back to the top