| Summary: | [tree] Add Space Tree support to Graph widget | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Mateusz Matela <mateusz.matela> | ||||||
| Component: | GEF Zest | Assignee: | gef-inbox <gef-inbox> | ||||||
| Status: | RESOLVED WONTFIX | QA Contact: | |||||||
| Severity: | enhancement | ||||||||
| Priority: | P3 | CC: | nyssen, pedram.khoshdani, zoltan.ujhelyi | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| URL: | http://wiki.eclipse.org/Tree_Views_for_Zest | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Mateusz Matela
Created attachment 145959 [details]
collective patch
I guess it's now easier to submit (and review) all my code from GSoC as a single patch, so here it is.
I confirm that I have written all the code I am submiting with this patch. I am the owner of the code and have the right to contribute it to Eclipe. I want to contribute it under Eclipse Public License.
Created attachment 162001 [details]
Updated patch
I have updated the patch to fix any missing copyright headers.
Hi all, I am using Zest 1.x in Indigo RCP platform and I would like to take advantage of SpaceTreeLayoutAlgorithm to be able to collapse and expand the GraphNodes. But I don't have such class in my packages. Can someone help me to install it on Indigo RCP version? I would highly appreciate any help :) (In reply to Pedram Khoshdani from comment #3) > Hi all, I am using Zest 1.x in Indigo RCP platform and I would like to take > advantage of SpaceTreeLayoutAlgorithm to be able to collapse and expand the > GraphNodes. But I don't have such class in my packages. Can someone help me > to install it on Indigo RCP version? I would highly appreciate any help :) Sorry for the confusion, but the SpaceTreeLayoutAlgorithm was not developed for Zest 1.x, but only for Zest 2, and was temporarily removed from the GEF4 Zest (currently in development). In other words, the functionality you are looking for is not available from any current version. (In reply to Zoltan Ujhelyi from comment #4) > (In reply to Pedram Khoshdani from comment #3) > > Hi all, I am using Zest 1.x in Indigo RCP platform and I would like to take > > advantage of SpaceTreeLayoutAlgorithm to be able to collapse and expand the > > GraphNodes. But I don't have such class in my packages. Can someone help me > > to install it on Indigo RCP version? I would highly appreciate any help :) > > Sorry for the confusion, but the SpaceTreeLayoutAlgorithm was not developed > for Zest 1.x, but only for Zest 2, and was temporarily removed from the GEF4 > Zest (currently in development). > > In other words, the functionality you are looking for is not available from > any current version. Oh ok thank you Zoltan, then at least I don't look for it anymore :) But do you have any idea how I can add the collapse/expand functionality to GraphNodes? As this refers to the no longer maintained Zest2 code base, resolving it as WONTFIX. |