Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] More Model Question and Proposals


 I've opened

https://bugs.eclipse.org/bugs/show_bug.cgi?id=305586

to start to track this before it falls off my email stack...everyone is welcome to comment there. Tom has graciously agreed to parse the details form the email thread and populate the defect with proposals...

Eric



From: Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>
To: E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>
Date: 03/11/2010 03:06 PM
Subject: Re: [e4-dev] More Model Question and Proposals
Sent by: e4-dev-bounces@xxxxxxxxxxx





[...]
> I'm all for being as less restrictive  as possible but we need to have a
> structure. People can experiment with our model because they can extend
> and if they want to add a EditorTrim-Type and an
> EditorTrimPartStack-Type they can.
>
>>
>> On a related note one of the containment elements that's is currently
>> missing is that there is no way to add a stack to a stack, do we need a
>> StackPart ?
>>
>
> You mean PartStackContainer? The child of such container has to
> something of type UILabel!
>

You need a LabelPSCElement which has UILabel and PSCElement as its
supertypes and then modify Part to be of type LabelPSCElement instead
PSCElement and then you can define as PartStack extends
ElementContainer<LabelPSCElement>.

Tom

--
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl                                        geschaeftsfuehrer/CEO
------------------------------------------------------------------------
eduard-bodem-gasse 5/1    A-6020 innsbruck      phone    ++43 512 935834
_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev



Back to the top