1. Get Active Tab in SWT TabFolder stackoverflow.comI apologize if this question is too basic, but I just can't figure out how to do this. I have a SWT TableFolder with two tabs, and I need to determine ... |
2. SWT, Maintain default tab ordering when adding Key Listner stackoverflow.comI've been creating a custom TabFolder extension that adds a key listener to allow quick tab switching using an ALT + # hotkey. By adding the KeyAdapter to my TabFolder, the event ... |
3. Changing the look and feel of an SWT tabs stackoverflow.comI'm using SWT CTabFolder to build tabs in my application. I kind of dislike the visual appearance of tabs, it too Eclipse-like. Is there a way to change the aspects of ... |
4. tab sequence in swt/jface coderanch.comHello all, my ui consist of text boxes of two columns i am facing a problem in setting a tab sequence for a group such that it will go vertically down and agian go to next column first text box and so on. i have tried with parent.settablist(control[]) but it is not working. can anybody please help me. Thanks in advance. ... |
5. SWT Tabs coderanch.comHi, I was wondering if someone can help me. i have a shell that contains 2 groups. in the first group there is a search function and a submit button. when the user clicks submit button a second group appears which contains a table with the results. i am trying to get a tab in the second group that will contain ... |