2012-11-07 34 views
1

是否有一個本機SWT或RCP組件與ScrolledPageBook具有相同的行爲,該組件不是Forms API的一部分?ScrolledPageBook的替代?

我的需求是動態改變視圖的內容。例如,我想這樣做:

Composite content1; 
Composite content2; 
Composite content3;  
myView.showContent(content1); // Draw the content1 into the view client area 
myView.showContent(content2); // Draw the content1 with content2 
myView.showContent(content3); // Draw the content2 with content3 

非常感謝提前!

回答

0

如果您只查找Native SWT小部件,我會想到TabFolder

RCP:org.eclipse.ui.part.PageBook

+0

我會感興趣的RCP組件太(我更新我的帖子) – mmoulis

+0

更新我的回答 –