[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] Draw2d relative coordinates: move view does not move model?
|
- From: "Daniel D. Vanzin" <ddv@xxxxxxxxxxxx>
- Date: Thu, 02 Mar 2006 17:53:20 -0300
- Newsgroups: eclipse.tools.gef
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5 (Windows/20051201)
Hello everybody,
According to Draw2d's documentation, if I'm using a relative
coordinates system, I can move my children for free when the parent
moves (that is, visually). How can I put that to my advantage, if
whenever the parent moves, the children must move as well in the model?
That would imply, for instance, when a MoveParentCommand is created, an
MoveChildrenCommand should also be created, and its position.
Don't know if I got this right.
thanks