zest

Adding zest libraries to Eclipse 4 app

笑着哭i 提交于 2019-12-24 05:04:35
问题 I am new to both Zest and Eclipse e4 development. My aim for the moment is to build a simple app and in one of its views to visualize a graph using Zest. So I am following this tutorial and I ended up with a simple working app consisting of one main window split in 3 parts. Now I want to display a graph in one of the parts. In order to do that I have downloaded the whole GEF framework into my Eclipse from here using the "Install New Software" feature of Eclipse. So far so good. Next I try to

eclipse plugin (gef) and graph visualization (zest)

断了今生、忘了曾经 提交于 2019-12-13 16:16:00
问题 i'm writing an eclipse plugin that draws a finite state system. since it may be large, i'd like to attach some existing graph layout algorithm (e.g. hierarchical layout, force-based layout, ...) that automatically optimize the system visualization. is there a way to integrate the plugin i'm writing (written using GEF) so that generated edit parts could be place on the editor area following some of the common graph layout algorithms? i've found this interesting article but instead of