[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [tools-dev] [GEF] selected visuals not always on-top
|
- From: "Thilo Schwidurski" <thilo.s@xxxxxx>
- Date: Thu, 16 May 2002 08:18:47 +0200
- Delivered-to: tools-dev@eclipse.org
----- Original Message -----
From: "Randy Hudson" <hudsonr@xxxxxxxxxx>
To: <tools-dev@xxxxxxxxxxx>
Sent: Wednesday, May 15, 2002 8:46 PM
Subject: Re: [tools-dev] [GEF] selected visuals not always on-top
> Also, you can't use the default layers for this. By default, children of
> the same model must have their figures as children of the same parent
> figure. You could either have layers in your model, or override
> AbstractGraphicalEditPart#addChildVisual(...) to add the figure based on
> some layer property.
Thanks a lot for your help, Randy.
Regards, Thilo.