I want to add a navigation tree to my GUI and I want it works like the
Package Explorer view and it's container from Eclipse. So if a user
choose to close this navigation tree and if the navigation tree is the
last tab in the container, the container should be closed automatically
at the same time.
I guess the eclipse view is a number of sashforms each one with a
cTabFolder in it. Am I right? And how can I hide the container that
contains the cTabfolder after the last tab is closed? Since I am new to
SWT and Jface, an example or a link to an example well be very helpful.
Any help will be highly appreciated.