Hi ,
My requirnment is I want to do some operation on my elements image on the
editor during save operation. For this we have ***DiagramEditor class in
which performsave() method is there. In this class I want to get the
editpart of root element (or any other element). Using this I want to
perform some operation on my element on the editor. Is this possible, if
yes how I can achieve this. If no what are the other options I have to
achieve this ?