I think my problem is that I do not understand the command mechanism well
enough. but, in this case precisely I wrote the doExecuteWithResult()
method but i am bugging when writing the constructor of my xxxCommand
class.
In your example (EclipseCon) you don't precise the EditingDomain as a
parameter of the class constructor. I suppose you get it from some object.
For me, when invoking the super constructor, from where can I get it ?
There is also an interogation about the label ? Is it some kind of message
the user can read ? Do I have to define it in the Messages class ?
Thanks for your interest and hope this is clearer.