ktmprabhu / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

How to introduce a layout and GUI elements in it #323

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi all. I have an Ecore diagram with a superclass which has children which are 
GUI elements such as label, text box, button, etc. What I want to do is, 
display all the GUI elements in a grid layout. How can I use Spray to do this? 
An additional problem is, that the superclass has a flag for each child class. 
The value of this flag can be anything from an enumeration list which contains 
appropriate SWT grid layout constraints such as FILL, CENTER, etc. Can somebody 
please help me with this?

Cheers,
Kami

Original issue reported on code.google.com by kamranzu...@gmail.com on 11 Apr 2014 at 10:50