Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] zest

This should fit your needs Eugene.

Zest basically add visualization support on top of GEF. Zest provides a set of standard JFace viewers for common GEF views. We currently have two viewers, a nested graph and static graph. Nested graphs are like trees in that nodes can be nested within one another. Static graphs are just nodes with connections. They can be used like any other JFace viewer. You simply provide a content provider (along with a label provider) and place the viewer within a viewpart. I am frantically trying to update the wiki with some documentation before my vacation next week.

Cheers,
Ian

Eugene Kuleshov wrote:

I am looking for some graph visualization framework for Eclipse to visualize Maven's data structures (dependencies and project layouts) and I wonder if Zest could help with that?

I also can't find a link to Zest page from Mylar site. So, the only Zest evidence are pages at http://www.eclipse.org/mylar/zest.php and
http://wiki.eclipse.org/index.php/Mylar_Zest_Visualization

 regards,
 Eugene

PS: Mik, how come you left Ian out of the Team page on Mylar site?


_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top