[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: "Arrange All" for top elements and their compartment elements

Hi,

There are two options i can suggest you:
1) Requires less work. Use a subclass of CompositeLayoutProvider.
2) Requires more work, but in general case better results. Use Draw2D CompoundDirectedGraphLayout. You'll have to write a GMF layout provider for this one... it's not adopted by GMF yet.
Hope this helps.


Cheers,
Alex