| Re: [eclipse-incubator-e4-dev] Fw: Declarative UI roundup? |
David,
Comments below.<snip/>
David Orme wrote:But to create a Text inside a Group becomes a problem since Group has setText().
To handle that rare case, XSWT has an <x:children> meta-node. So you can write:
<group>
<layout x:class="fillLayout">
This is like xsi:type I assume. Think of how you'd do this in JSON. It's important to have this information early...