Topic: 关于RCP的一个问题,高手帮忙解决一下。 |
Print this page |
1.关于RCP的一个问题,高手帮忙解决一下。 | Copy to clipboard |
Posted by: hexianmao Posted on: 2004-08-26 12:54 说明如图,如何改变一下TAB页的样式,变为角上是弧线状的。高手帮忙指点一下啦。。 (缩略图,点击图片链接看原图) |
2.Re:关于RCP的一个问题,高手帮忙解决一下。 [Re: hexianmao] | Copy to clipboard |
Posted by: kite Posted on: 2004-08-26 15:34 在你的WorkbenchAdvisor类里的preWindowOpen()方法里,加上这样一句:UIPlugin.getDefault().getPreferenceStore().setDefault(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS, false); |
3.Re:关于RCP的一个问题,高手帮忙解决一下。 [Re: hexianmao] | Copy to clipboard |
Posted by: kite Posted on: 2004-08-26 16:17 以上是API的做法,也可以用配置的方法。在你的插件的目录下,创建一个文件,名字是plugin_customization.ini,然后在其中添加如下内容:org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=true |
4.Re:关于RCP的一个问题,高手帮忙解决一下。 [Re: hexianmao] | Copy to clipboard |
Posted by: hexianmao Posted on: 2004-08-27 15:37 哦,谢了 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |