Hi,
I am using eclipse 3.3 . I want to generate unique id for all the
widgets.
For this what I did , In widget's Edit part I have generated the unique Id
and set this id in xxxImpl.setXXX() method(which is EMF Model's setter
method), I am able to get this id in XMI File when I save the editor.Now
My problem is when I open the same editor again I am getting an error in
opening the editor.
Please suggest me How I can generate Unique ID for each widgets.