| Add Tabbed pane to a ViewPart [message #517021] |
Thu, 25 February 2010 13:36  |
|
Originally posted by: rob.a.wood.gmail.com
I have a view that extends ViewPart and is implemented as a Form. I
need to restructure it to add more information, and the best way to
organize it visually will be to use tabs. I've investigated using
TabFolder/CTabFolder, but the TabItem can only accept a Control. At
this point the only solution I can see is to provide a very crude
simulation: use buttons as proxies for tabs, and clear / rebuild the
entire form each time a button is clicked -- this is very expensive and
error prone, so I'm looking for any a better approach.
Any sane recommendations for simulating a tabbed pane (like JTabbedPane,
but compatible with Forms) would be greatly appreciated.
- Rob
|
|
|