editPart hierarchy vs figure hierarchy [message #220901] |
Mon, 07 August 2006 13:23  |
Eclipse User |
|
|
|
Originally posted by: vcciubot.uwaterloo.ca
Hi all,
Is it possible to have this containment hierarchy, and therefore
EditPart hierarchy:
A > B
A > C
And, however, I need this figure hierarchy:
F_A > F_B > F_C
I'm aware I have to override
addChildVisual(EditPart child, int index); in A to achieve the
desired figure containment hierarchy.
Is there anything else I should worry about?
thank you
vlad
|
|
|
Re: editPart hierarchy vs figure hierarchy [message #220981 is a reply to message #220901] |
Tue, 08 August 2006 17:35  |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
There is an ordering restriction. Editpart B must exist (with its figure)
before editpart C. If that is maintained, you could probably make it work.
"Vlad Ciubotariu" <vcciubot@uwaterloo.ca> wrote in message
news:pan.2006.08.07.17.23.52.371401@uwaterloo.ca...
> Hi all,
>
> Is it possible to have this containment hierarchy, and therefore
> EditPart hierarchy:
>
> A > B
> A > C
>
> And, however, I need this figure hierarchy:
>
> F_A > F_B > F_C
>
> I'm aware I have to override
> addChildVisual(EditPart child, int index); in A to achieve the
> desired figure containment hierarchy.
>
> Is there anything else I should worry about?
>
> thank you
> vlad
>
|
|
|
Powered by
FUDForum. Page generated in 0.05347 seconds