Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Enabling focus listeners on the composite container(Traversing through a list of composites)
Enabling focus listeners on the composite container [message #915478] Mon, 17 September 2012 11:18
Shyamala Gowri is currently offline Shyamala GowriFriend
Messages: 3
Registered: September 2012
Junior Member
I have four composites aligned in order.

Each composite has a check box, Label, and 2 Buttons. Now these composites are aligned one after another.

I want to enable focus on these items, i.e. when I use tab to go from one composite to other, the current composite should look highlighted. Ideally I want it to behave like a list, when you choose an item then that gets highlighted. Is this possible?

I understand that composite acts as a container for others widgets, control. My requirement is that I have a list of 5 entries, and that each item in the list has a check box, label, and two Buttons. I would also want it to be focused on when they are selected.

Also please let me know alternative solutions for the same UI that I have described above.
Previous Topic:SWT application cannot be started with Oracle Java 7 on Mac
Next Topic:any guidance to create custom textbox that extends SWT textbox
Goto Forum:
  


Current Time: Wed Apr 24 16:08:37 GMT 2024

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

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

Back to the top