I want to have nested views in a single view like a JTabbedPane. Is this possible ?
If yes , please share the code or idea.
I want to have nested views in a single view like a JTabbedPane. Is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The TabFolder control is the SWT equivalent of JTabbedPane. Here is a usage example:
http://www.eclipse.org/swt/snippets/#tabfolder
That SWT snippets URL is a good place to go for usage examples of SWT controls.