[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Problems with main edit part and stack layout

Hi everybody,

I have following problem:

I have a model, which looks somehow like this:

Container
  --> Layer1
    --> ...
  --> Layer2
  --> Layer3
  ...

Now I want to create a view which is shown in the according editor, so I pass an existing model as input to the editor (it was never shown in the editor before, since it was created in a tree viewer). The main edit part (representing the Container) should have something like a stack layout to show the layers like compartments in an UML class. The problem is, that the first layer uses up the entire client area so that the other layers are not visible.

Any help is appreciated.