[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: Draw2D - AbstractLayout.isObservingVisibility()

You can solve the problem in both places and both have their 
advantages/disadvantages.

"Felix Noz" <fnoz@xxxxxx> wrote in message 
news:d1c0r7$a2f$1@xxxxxxxxxxxxxxxxxx
> Felix Noz schrieb:
>
>> Hello,
>>
>> I'm new to Draw2D and I need a layout that observes the visibility of the 
>> children of a figure.
>
> I searched the messages again and found a similar thread from 08.12.2003 
> 19:57.
> In this thread the solution would be a filtered list of getModelChildren() 
> elements.
> So I think the problem can be solved.
>
> Felix