Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 241688

Summary: [Zest] Persist the position of node
Product: [Tools] GEF Reporter: Simon Bernard <sbernard>
Component: GEF-Legacy ZestAssignee: Ian Bull <irbull>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: ahunter.eclipse
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Simon Bernard CLA 2008-07-22 11:42:36 EDT
Zest is built to create graphical visualization.
In this kind of application, the user want to see a "model" in a graphical way. At the first opening, an auto layout is required. after that, the user can move the node to have a better disposition and generally he want to retrieve this disposition at the next opening.

So a good new feature for Zest could be to add some API to help developper to do this kind of features.
Comment 1 Ian Bull CLA 2009-01-29 20:16:50 EST
I don't think it makes sense for this to go into Zest proper. Zest is just supposed to be a graph widget (like SWT trees, tables, etc...).  Building a layer on top of Zest to persist graph items is a great idea, but out of the scope of this project.