简体   繁体   中英

How to develop Eclipse GUI plugins

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 .

These books are a good place to start:

And of course, there's the Eclipse documentation .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM