`

SWT学习笔记——SWT、JFace的配置(含源代码、javadoc的获取)

 
阅读更多
具体的可以看官方http://wiki.eclipse.org/index.php/JFace

1、SWT源代码的获取
可以在官网上下载http://www.eclipse.org/swt/
具体位置在首页的下图所示位置:


2、JFace源代码的获取
需要的包(其中版本号可以忽略),包含在eclipse的plugins目录下了
org.eclipse.core.commands_<version info>.jar
org.eclipse.equinox.common_<version info>.jar
org.eclipse.jface_<version info>.jar
org.eclipse.osgi_<version info>.jar
org.eclipse.ui.workbench_<version info>.jar

JFace源代码的获取:
貌似没有单独的文件下载,需要下载Eclipse 的RCP版本,在其plugins子目录下搜索以上的包和源代码(均为jar文件,但是是分开的)
网址:http://www.eclipse.org/downloads/
RCP版本的截图为:


所需的包(示例):



在线javadoc:http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjface%2Fviewers%2FTextCellEditor.html
  • 大小: 33.5 KB
  • 大小: 5.5 KB
  • 大小: 7.2 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics