imagine i have to models A and B with some associations between them and
a generated GMF editor for models of type A. Now i'd like to extend the
new wizard of the generated editor:
In a second wizard page id like to select a model of type B and set some
associations between A and B to initialize the model of A correctly.
what is the best way to implement this behaviour? Should i modify the
generated wizard code? It would be great if i could implement this in a
seperate plugin however.