如何开发Eclipse GUI插件 [英] How to develop Eclipse GUI plugins

查看:134
本文介绍了如何开发Eclipse GUI插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在Eclipse中开发一个GUI插件,以便我可以公开一组任务,用户可以拖放编辑器画布中的任务,并在工作流之间创建它们之间的连接。 A - > B - > C.在后台,这将生成一组具有自定义代码的Java类。
任何指针我有这样一个插件的资源?

解决方案

除了基本的SWT / Eclipse参考文献通过Stephen,您可以查看 GEF 的图形部分,可能与 EMF GMP 。为了生成目标代码,您可以查看 Jet Xpand


I want to develop a GUI plugin inside Eclipse such that I can expose a set of tasks and the user can drag-drop the tasks in the editor canvas and create connections between them like a workflow. A -> B -> C. In the background this would generate a set of Java classes with custom code. Any pointers to what resources do I have for such a plugin ?

解决方案

Besides the basic SWT/Eclipse references given by Stephen, you could look into GEF for the graphical part, perhaps in its combination with EMF in GMP. For generating the target code, you could look into Jet or Xpand.

这篇关于如何开发Eclipse GUI插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆