日期:2014-05-20  浏览次数:20825 次

【资料分享】Eclipse Plug-in资料分享
上次发过一次

但是由于地质连接更新

有些资料无效了

再重发一次吧

eclipse 插件开发的基本资料链接,排名不分先后,

先贴几个我自己弄得教程吧

【Eclipse3.6 自己写的】Eclipse RCP/Plugin 入门自学教程(附源码)
http://www.ceclipse.org/forum.php?mod=viewthread&tid=27986

【原创】Common Navigator Framework 分析
http://www.ceclipse.org/forum.php?mod=viewthread&tid=28230&fromuid=34949

Addison.Wesley.Eclipse.Rich.Client.Platform.2nd.Edition.May.2010
http://www.ceclipse.org/forum.php?mod=viewthread&tid=28124&fromuid=34949

《Eclipse开发指南》
http://www.ceclipse.org/forum.php?mod=viewthread&tid=4389 

《Eclipse plug in 》第三版
http://www.ceclipse.org/forum.php?mod=viewthread&tid=20252 

RCP入门教材 -----中文版【分享】
http://www.ceclipse.org/forum.php?mod=viewthread&tid=17704 

一个简单的RCP入门教程
http://www.ceclipse.org/forum.php?mod=viewthread&tid=1514

自己写的RCP程序设计
http://www.ceclipse.org/forum.php?mod=viewthread&tid=4457 

《Contributing to Eclipse》
http://www.ceclipse.org/forum.php?mod=viewthread&tid=20113 

分享《eclipse从入门到精通第二版》中sms项目源码
http://www.ceclipse.org/forum.php?mod=viewthread&tid=14063 

《Eclipse SWT/JFace开发实战精解》的源代码
http://www.ceclipse.org/forum.php?mod=viewthread&tid=12973 

eclipse插件开发简单教程
http://www.ceclipse.org/forum.php?mod=viewthread&tid=9208 

原创:SWT教程(含图片)下载
http://www.ceclipse.org/forum.php?mod=viewthread&tid=11972 

RCP开发书籍资料简介
http://www.ceclipse.org/forum.php?mod=viewthread&tid=10727 

Eclipse RCP 入门
http://www.ceclipse.org/forum.php?mod=viewthread&tid=4915 

Addison.Wesley.Eclipse.Plug-ins.Third Edition.Dec.2008
http://www.ceclipse.org/forum.php?mod=viewthread&tid=20085 

《eclipse插件开发指南》
http://www.ceclipse.org/forum.php?mod=viewthread&tid=11689 

Eclipse Rich Client Platform经典书籍和代码下载
http://www.ceclipse.org/forum.php?mod=viewthread&tid=19083 

Common Navigator Framework 的文档
http://www.ceclipse.org/forum.php?mod=viewthread&tid=15225 

Swt.JFace.in.Action 中文版 doc文档
http://www.ceclipse.org/forum.php?mod=viewthread&tid=16032 

Eclipse Rich Client Platform Designing Coding and Packaging Java Applications
http://www.ceclipse.org/forum.php?mod=viewthread&tid=13437


示例程序,API帮助文档,个人经验精华总结帖链接

RCP在线升级说明
http://www.ceclipse.org/forum.php?mod=viewthread&tid=18662

eclipse3.5.1 API doc_CHM格式完全版【2010春节奉献】支持索引
http://www.ceclipse.org/forum.php?mod=viewthread&tid=22886 

通过例子学习Eclipse RCP开发
http://www.ceclipse.org/forum.php?mod=viewthread&tid=22565 

RCP 菜单工具栏以及快捷键开发小结1
http://www.ceclipse.org/forum.php?mod=viewthread&tid=15545 

eclipse属性页开发完成版
http://www.ceclipse.org/forum.php?mod=viewthread&tid=9924 

Eclipse3.3API_CHM格式提供下载
http://www.ceclipse.org/forum.php?mod=viewthread&tid=14993 

SWT:实现自我绘制的Button组件
http://www.ceclipse.org/forum.php?mod=viewthread&tid=5107 

eclipse中的线程
http://www.ceclipse.org/forum.php?mod=viewthread&tid=1804 

用Eclipse RCP & ECF 实现 Google Talk客户端
http://www.ceclipse.org/forum.php?mod=viewthread&tid=708 

自己动手编写Eclipse扩展点
http://www.ceclipse.org/forum.php?mod=viewthread&tid=338 

SWT: 深入内幕之消息机制探秘
http://www.ceclipse.org/forum.php?mod=viewthread&tid=5132 

RCP中使用第三方包的办法
http://www.ceclipse.org/forum.php?mod=viewthread&tid=202 

常用插件扩展点的使用指南
http://www.ceclipse.org/forum.php?mod=viewthread&tid=4984 

图标闪烁和显示时间的通用类
http://www.ceclipse.org/forum.php?mod=viewthread&tid=3840 

Eclipse插件及RCP开发中的第三方库的设置