Bug 283553 - The JFace API does not apply layouts to nested nodes
Summary: The JFace API does not apply layouts to nested nodes
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Zest (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-15 10:15 EDT by Zoltan Ujhelyi CLA
Modified: 2014-08-10 16:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Ujhelyi CLA 2009-07-15 10:15:09 EDT
I tried to use nested containers with the JFace API in Zest 1.1. But when displaying the nodes, every subnode is presented in a single line.

The same behaviour can be observed with the GraphJFaceSnippet7.java snippet from the CVS.

My suggestion is twofolds: first, it would be great if there would be a solution to define the sublayouts (if it is possible, then please tell me, how, I couldn't find it); second, if no layout is set to the composite node, the layout of the graph viewer could be applied.