[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?

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