[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Actions for UI-commands

Hello,

I added some buttons to the figures I am using in our diagrams in order to do some layout related stuff. I am currently doing this directly using the setLayoutConstraint of the editparts. The problem with that is, that I can not undo the operations I do on the surface. Also the models is not dirty after I executed that action. Probably there are also other things I haven't discovered jet.

The question now what is the best way to integrate this stuff in the GMF-Command model?

Best Regards,
Tobias