eclipse
雷石
驾长车,踏破贺兰山缺。
展开
-
8. 练习:创建一个Eclipse plug-in项目
在本文中,将会引导大家创建一个标准的eclipse plug- in project, 在后续的练习中再将plugin转换成一个eclipse RCP application。翻译 2016-09-11 11:59:23 · 2512 阅读 · 0 评论 -
1. 什么是Eclipse RCP Application
Eclipse RCP application ,RCP(Rich Client Platform)也就是我们常说的富客户端平台, 是一种基于eclipse platform框架的独立的应用程序。Eclipse 不仅仅是我们耳熟能详的IDE工具,也是一种开发框架,是IBM贡献给全人类宝贵财富。本文将从Eclipse结构方面开始价绍。翻译 2016-08-14 16:48:42 · 2243 阅读 · 0 评论 -
7. Eclipse4 RCP Application不得不掌握的概念
本文主要介绍Eclipse 4 RCP Application中的:Model Objects和Features。翻译 2016-09-05 22:33:44 · 2688 阅读 · 0 评论 -
4. 常见的启动错误
本文主要介绍Eclipse RCP程序启动的常见错误及其解决方法。翻译 2016-09-04 19:35:55 · 2751 阅读 · 0 评论 -
6. Eclipse RCP中的用户交互元素
在本文中将详细讲解Eclipse RCP中的用户交互元素。翻译 2016-09-05 22:12:53 · 884 阅读 · 0 评论 -
5.Eclipse 4 Application Model
主要介绍Eclipse 4 Application中的一些概念。翻译 2016-09-04 20:07:29 · 1658 阅读 · 0 评论 -
3. Run Configuration的使用
什么是Run Configurationrun configration 定义了在程序启动过程中的一系列环境。比如Vm, plug-in classpath ,依赖等等。翻译 2016-09-04 16:50:28 · 16996 阅读 · 1 评论 -
2.开始Eclipse RCP Application之旅
目标基于eclipse RCP模板创建Eclipse RCP Application, 并通过Eclipse启动我们所创建的Application.1. 创建项目选择File–> New–> Other.. –> Plugin-in Development –> Plug-in Project 创建一个名为com.example.e4.rcp.wizard的项目。使用如翻译 2016-09-04 16:29:48 · 893 阅读 · 0 评论 -
在E4中使用代码调用command,hanlder
在Eclipse RCP开发中,并不是所有时候都可以使用配置文件完成我们想要的工作;有些时候我们想要复用Eclipse rcp程序中已经定义好的Command和handler,这样可以保持实现一致同时也省去很多的代码工作,维护起来也很方便了。原创 2016-09-02 18:11:52 · 693 阅读 · 0 评论 -
9. 练习:将Eclipse plug-in转化成Eclipse 4 Application project
将上一篇创建的一个简单的Eclipse plug-in project转化成一个Eclipse 4 Application Project,并完成初步的一个完整的Eclipse 4 Application项目。翻译 2016-09-11 12:08:57 · 1415 阅读 · 1 评论